Skip to content

Instantly share code, notes, and snippets.

@jimklimov
Forked from rbenaley/ssh_config
Created April 9, 2020 09:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jimklimov/61628700f24640655c1693d8d7851d41 to your computer and use it in GitHub Desktop.
Save jimklimov/61628700f24640655c1693d8d7851d41 to your computer and use it in GitHub Desktop.
GitHub ssh access via HTTP Proxy
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