Skip to content

Instantly share code, notes, and snippets.

@moqimoqidea
Forked from rbenaley/ssh_config
Created March 13, 2020 06:50
Show Gist options
  • Select an option

  • Save moqimoqidea/cade56ed659123b01d920c2c9a20958a to your computer and use it in GitHub Desktop.

Select an option

Save moqimoqidea/cade56ed659123b01d920c2c9a20958a 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