Skip to content

Instantly share code, notes, and snippets.

@shiva
Created August 21, 2012 00:56
Show Gist options
  • Save shiva/3410101 to your computer and use it in GitHub Desktop.
Save shiva/3410101 to your computer and use it in GitHub Desktop.
Using SSH keys with multiple services
Host *.github.com
IdentityFile ~/.ssh/id_rsa-github
User shiva
Host *.work
IdentityFile ~/.ssh/id_rsa.work
User shiva
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment