Skip to content

Instantly share code, notes, and snippets.

@wsdjeg
Forked from rbenaley/ssh_config
Created July 13, 2018 12:27
Show Gist options
  • Save wsdjeg/6fba942b40a0904c6e4a9c8fe763a44b to your computer and use it in GitHub Desktop.
Save wsdjeg/6fba942b40a0904c6e4a9c8fe763a44b 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