Created
March 25, 2013 12:35
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ssh-keygen -t rsa |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment