Skip to content

Instantly share code, notes, and snippets.

@weakish
Created August 11, 2018 17:33
Show Gist options
  • Save weakish/550ddbc0617ffa4fcec6d3266fa8e255 to your computer and use it in GitHub Desktop.
Save weakish/550ddbc0617ffa4fcec6d3266fa8e255 to your computer and use it in GitHub Desktop.
#socks #proxy for #ssh ~/.ssh/config
Host gist.github.com
User git
ProxyCommand nc -x localhost:1080 %h %p
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment