Created
November 8, 2012 16:44
-
-
Save shinecita/4039978 to your computer and use it in GitHub Desktop.
./ssh/config
This file contains hidden or 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
Host heroku.com | |
Hostname heroku.com | |
Port 22 | |
IdentitiesOnly yes | |
IdentityFile ~/.ssh/heroku_rsa | |
TCPKeepAlive yes | |
User [email protected] | |
ForwardAgent yes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment