Created
May 23, 2014 08:30
-
-
Save dragolabs/39345c1b7dd1e162b483 to your computer and use it in GitHub Desktop.
SOCKS proxy through ssh
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 -D 9999 user@server | |
use socks 4\5, disable other proxy settings |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment