Skip to content

Instantly share code, notes, and snippets.

@chadwick37
Created March 25, 2013 12:35
Show Gist options
  • Save chadwick37/5236812 to your computer and use it in GitHub Desktop.
Save chadwick37/5236812 to your computer and use it in GitHub Desktop.
Create an ssh key on a server in order to connect the server to your github account. Necessary for updating code from private repos. Once the key is created go to the github repo, click settings, then deploy keys, and add the key. On GitHub, you need to add this key, the exact content of id_rsa.pub.
ssh-keygen -t rsa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment