Skip to content

Instantly share code, notes, and snippets.

@Jimmy-Xu
Forked from rbenaley/ssh_config
Created April 16, 2019 05:33
Show Gist options
  • Save Jimmy-Xu/2729c40b917d8d37a0590218eff02e1a to your computer and use it in GitHub Desktop.
Save Jimmy-Xu/2729c40b917d8d37a0590218eff02e1a 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