Skip to content

Instantly share code, notes, and snippets.

@philosodad
Last active October 8, 2015 18:46
Show Gist options
  • Save philosodad/b74f519a2f9dbe357fb8 to your computer and use it in GitHub Desktop.
Save philosodad/b74f519a2f9dbe357fb8 to your computer and use it in GitHub Desktop.
config
#github
Host github.com-philosodad
Hostname github.com
User git
IdentityFile ~/.ssh/github_rsa
Host github.com
Hostname github.com
User git
IdentityFile ~/.ssh/github_rsa
Host bitbucket.org
Hostname bitbucket.org
User git
IdentityFile ~/.ssh/bitbucket_rsa
#heroku
Host heroku.com
Hostname heroku.com
IdentityFile ~/.ssh/heroku_rsa
IdentitiesOnly yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment