Last active
August 29, 2015 13:58
-
-
Save sai-manoj-kumar/10004543 to your computer and use it in GitHub Desktop.
Configuration for ssh
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 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