- worked really easily based on https://thehomeofthefuture.com/how-to/use-an-ssh-key-to-access-a-mac/
- I added a
mini
alias to log straight in with no password cat ~/.ssh/id_rsa.pub | ssh USERNAME@IP_ADDRESS 'cat >> ~/.ssh/authorized_keys'
mini
alias to log straight in with no passwordcat ~/.ssh/id_rsa.pub | ssh USERNAME@IP_ADDRESS 'cat >> ~/.ssh/authorized_keys'