Skip to content

Instantly share code, notes, and snippets.

@high5
Created January 21, 2015 01:41
Show Gist options
  • Save high5/589e8670416accdab97a to your computer and use it in GitHub Desktop.
Save high5/589e8670416accdab97a to your computer and use it in GitHub Desktop.
ssh config from github.com
Host github.com
Hostname github.com
User high5
Port 22
IdentityFile ~/.ssh/id_rsa
TCPKeepAlive yes
IdentitiesOnly yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment