By Brian Carlin @carlinbd
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?
- Michael Lynch @michael2021-11-29 23:10:41.684Z
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