- Setup
sshkey on your pc (skip this step if you already have it)- Run this command with your email address instead of
[email protected].
ssh-keygen -t rsa -b 4096 -C "[email protected]"- Start the ssh-agent in the background.
eval "$(ssh-agent -s)" - Run this command with your email address instead of
- Add your SSH private key to the ssh-agent and store your passphrase in the keychain.