Skip to content

Instantly share code, notes, and snippets.

@imzhi
Forked from rbenaley/ssh_config
Created March 28, 2020 07:32
Show Gist options
  • Save imzhi/8d6f1643d21de618aac85f23ba60e6b6 to your computer and use it in GitHub Desktop.
Save imzhi/8d6f1643d21de618aac85f23ba60e6b6 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