Skip to content

Instantly share code, notes, and snippets.

@serihiro
Created March 16, 2018 15:01
Show Gist options
  • Save serihiro/e072113e0859a71c7474c49107faae6b to your computer and use it in GitHub Desktop.
Save serihiro/e072113e0859a71c7474c49107faae6b to your computer and use it in GitHub Desktop.
.ssh/config
Host bitbucket.org
User git
Hostname bitbucket.org
identityfile ~/.ssh/bitbucket.org
Port 22
TCPKeepAlive yes
IdentitiesOnly yes
Host github.com
User git
Hostname github.com
identityfile ~/.ssh/github.com
Port 22
TCPKeepAlive yes
IdentitiesOnly yes
Host heroku.com
User git
HostName heroku.com
IdentityFile ~/.ssh/heroku.com
Port 22
TCPKeepAlive yes
IdentitiesOnly yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment