Skip to content
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

Clone this wiki locally