Created
December 28, 2015 17:14
-
-
Save gaotongfei/ac22638270ca2f6f28fe to your computer and use it in GitHub Desktop.
ssh via socks5 proxy
This file contains 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
ssh -o ProxyCommand='nc -x 127.0.0.1:1080 %h %p' username@ip |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment