-
-
Save jimklimov/61628700f24640655c1693d8d7851d41 to your computer and use it in GitHub Desktop.
GitHub ssh access via HTTP Proxy
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 | |
user git | |
hostname ssh.github.com | |
port 443 | |
proxycommand socat - PROXY:<hostname>:%h:%p,proxyport=<port> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment