Skip to content

Instantly share code, notes, and snippets.

@rbenaley
Created July 28, 2011 16:03
Show Gist options
  • Save rbenaley/1111823 to your computer and use it in GitHub Desktop.
Save rbenaley/1111823 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>
@regalstreak
Copy link

Works perfectly. Thanks.
Just put the file contents in ~/.ssh/config and not ssh_config

@liuwenyao
Copy link

Very useful, especially for developers behind Gfw.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment