Skip to content

Instantly share code, notes, and snippets.

@Twinuma
Created October 25, 2018 05:12
Show Gist options
  • Save Twinuma/799ba00a3ad0694b743aea0577218022 to your computer and use it in GitHub Desktop.
Save Twinuma/799ba00a3ad0694b743aea0577218022 to your computer and use it in GitHub Desktop.
~/.ssh/config
Include */config
ServerAliveInterval 30
Host github.com
HostName github.com
IdentityFile ~/.ssh/id_ricoh_github_rsa
User git
Host heroku.com
User git
port 22
Hostname heroku.com
IdentityFile ~/.ssh/heroku_rsa
TCPKeepAlive yes
IdentitiesOnly yes
Host git-codecommit.*.amazonaws.com
User xxxx
IdentityFile ~/.ssh/aws_codecommit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment