Skip to content

Instantly share code, notes, and snippets.

@shinecita
Created November 8, 2012 16:44
Show Gist options
  • Save shinecita/4039978 to your computer and use it in GitHub Desktop.
Save shinecita/4039978 to your computer and use it in GitHub Desktop.
./ssh/config
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