Skip to content

Instantly share code, notes, and snippets.

@jnimety
Created May 8, 2013 15:10
Show Gist options
  • Save jnimety/5541114 to your computer and use it in GitHub Desktop.
Save jnimety/5541114 to your computer and use it in GitHub Desktop.
github ssh config
Host github.com
User git
Hostname github.com
PreferredAuthentications publickey
IdentityFile ~/.ssh/github-id_rsa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment