Created
October 25, 2018 05:12
-
-
Save Twinuma/799ba00a3ad0694b743aea0577218022 to your computer and use it in GitHub Desktop.
~/.ssh/config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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