Skip to content

Instantly share code, notes, and snippets.

@robinclart
Last active January 11, 2017 04:24
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 robinclart/d0041956aa85cfd1fec669e527e27743 to your computer and use it in GitHub Desktop.
Save robinclart/d0041956aa85cfd1fec669e527e27743 to your computer and use it in GitHub Desktop.
.ssh/config
Host *
IdentitiesOnly yes
UseKeychain no
AddKeysToAgent no
Host git.omise.co
User git
IdentityFile ~/.ssh/git.omise.co/robin
Host github.com
User git
IdentityFile ~/.ssh/github.com/robinclart
Host heroku.com
User git
IdentityFile ~/.ssh/heroku.com/robinclart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment