Created
November 8, 2013 02:10
-
-
Save gabehollombe/7365170 to your computer and use it in GitHub Desktop.
SSH Tricks
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
TUNNELING | |
Expose server port 456 on local port 123 | |
$ ssh -L 123:localhost:456 [email protected] | |
Transparent SOCKS proxy on localhost:12345 | |
$ ssh -D 12345 [email protected] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment