Skip to content

Instantly share code, notes, and snippets.

@leomalaveraG
Forked from rbenaley/ssh_config
Created September 11, 2019 15:45
Show Gist options
  • Select an option

  • Save leomalaveraG/fd64d6744a8a34e99c08c68de5db63b9 to your computer and use it in GitHub Desktop.

Select an option

Save leomalaveraG/fd64d6744a8a34e99c08c68de5db63b9 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