Skip to content

Instantly share code, notes, and snippets.

@ichbinblau
Forked from rbenaley/ssh_config
Last active September 10, 2021 06:09
Show Gist options
  • Select an option

  • Save ichbinblau/806bd27d1f943d5cc375bb74e232c35e to your computer and use it in GitHub Desktop.

Select an option

Save ichbinblau/806bd27d1f943d5cc375bb74e232c35e 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