No internet connection
  1. Home
  2. General

Keyboard Typing using SSH

By Brian Carlin @carlinbd
    2021-11-24 18:28:58.279Z

    Hi, I am trying to automate my initial boot process for several MacMinis and wondering if I can type using just SSH. This would be used for the initial password entry with a return. That possible?

    Solved in post #2, click to view
    • 1 replies
    1. Our Enterprise tier has a REST API for programmatic control.

      If the Enterprise tier isn't a good match for your needs, you can script it yourself by writing HID keycodes directly to the keyboard HID interface. I helped another user recently with a similar scenario here:

      https://github.com/tiny-pilot/tinypilot/discussions/826#discussioncomment-1694083

      ReplySolution