Skip to content

Instantly share code, notes, and snippets.

View ichbinblau's full-sized avatar

Theresa Shan ichbinblau

View GitHub Profile
@ichbinblau
ichbinblau / system_config
Last active September 10, 2021 06:09 — forked from rbenaley/ssh_config
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>