You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Graham Wakefield edited this page Jun 20, 2019
·
4 revisions
If you don't have SSH authoerized keys setup, follow these instructions.
# Generate client-side key from Terminal:cd~
ssh-keygen -t rsa
# when it asks, don't enter a password.# creates the following 2 files in the hidden ~/.ssh directory:# ~/.ssh/sshid_rsa# ~/.ssh/id_rsa.pub# id_rsa.pub is the public key that gets uploaded to the server# e.g. to your account on github