Skip to content

Instantly share code, notes, and snippets.

View zhfeing's full-sized avatar
🎯
Focusing

zhfeing zhfeing

🎯
Focusing
View GitHub Profile
@rbenaley
rbenaley / ssh_config
Created July 28, 2011 16:03
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>