Created
August 11, 2018 17:33
-
-
Save weakish/550ddbc0617ffa4fcec6d3266fa8e255 to your computer and use it in GitHub Desktop.
#socks #proxy for #ssh ~/.ssh/config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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