Skip to content

Instantly share code, notes, and snippets.

@okumura
Created October 15, 2013 23:18
Show Gist options
  • Save okumura/7000131 to your computer and use it in GitHub Desktop.
Save okumura/7000131 to your computer and use it in GitHub Desktop.
# .ssh/config
Host github.com
User git
Port 22
Hostname github.com
IdentityFile ~/.ssh_github/id_rsa
TCPKeepAlive yes
IdentitiesOnly yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment