Skip to content

Instantly share code, notes, and snippets.

@steffiland
Forked from rbenaley/ssh_config
Created May 23, 2019 07:48
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 steffiland/76d953a38ebf1ff4daac2c8c86c45983 to your computer and use it in GitHub Desktop.
Save steffiland/76d953a38ebf1ff4daac2c8c86c45983 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