Skip to content

Instantly share code, notes, and snippets.

@boscomonkey
Created October 19, 2009 21:25
Show Gist options
  • Save boscomonkey/213723 to your computer and use it in GitHub Desktop.
Save boscomonkey/213723 to your computer and use it in GitHub Desktop.
#
# personal account
#
Host personal.repositoryhosting.com
Hostname personal.repositoryhosting.com
IdentitiesOnly yes
IdentityFile ~/.ssh/id_dsa
#
# corporate account
#
Host corporate.repositoryhosting.com
Hostname corporate.repositoryhosting.com
IdentitiesOnly yes
IdentityFile ~/.ssh/id_rsa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment