Skip to content

Instantly share code, notes, and snippets.

@tdmalone
Created June 7, 2016 00:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tdmalone/88bbc663e486a0de9140dc339277a474 to your computer and use it in GitHub Desktop.
Save tdmalone/88bbc663e486a0de9140dc339277a474 to your computer and use it in GitHub Desktop.
Add this in ~/.ssh to use a custom SSH key for communicating with GitHub
Host github.com
HostName github.com
IdentityFile ~/.ssh/github_rsa
IdentitiesOnly yes
User git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment