Skip to content

Instantly share code, notes, and snippets.

@sweenzor
Created June 15, 2012 18:42
Show Gist options
  • Save sweenzor/2938097 to your computer and use it in GitHub Desktop.
Save sweenzor/2938097 to your computer and use it in GitHub Desktop.
SSH Config for Github
# add the key
ssh-add ~/.ssh/me_rsa
# ~/.ssh/config
Host Github
HostName github.com
PreferredAuthentications publickey
IdentityFile ~/.ssh/me_rsa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment