ssh-keygen -t rsa -b 2048 -f keyName
ssh-add -K /path/of/private/key
This way when you ssh user@host.com your private key will be presented for you on your MacBook and you’ll be all set!
user@host.com
Cheers!