Skip to content

Instantly share code, notes, and snippets.

@sai-manoj-kumar
Last active August 29, 2015 13:58
Show Gist options
  • Save sai-manoj-kumar/10004543 to your computer and use it in GitHub Desktop.
Save sai-manoj-kumar/10004543 to your computer and use it in GitHub Desktop.
Configuration for ssh
Host github.com
Hostname ssh.github.com
User git
Port 443
IdentityFile "~/.ssh/github_rsa"
TCPKeepAlive yes
IdentitiesOnly yes
ProxyCommand corkscrew 202.141.80.20 3128 %h %p ~/.ssh/proxyauth
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment