Skip to content

Instantly share code, notes, and snippets.

@singingwolfboy
Last active December 20, 2015 16:08
Show Gist options
  • Save singingwolfboy/6158839 to your computer and use it in GitHub Desktop.
Save singingwolfboy/6158839 to your computer and use it in GitHub Desktop.
.ssh/config file example
Host github1
User git
Hostname github.com
IdentityFile ~/.ssh/id_rsa_1
Host github2
User git
Hostname github.com
IdentityFile ~/.ssh/id_rsa_2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment