Created
July 20, 2017 18:11
-
-
Save lattice0/690a0ef2119bbdee65ab47083cc20d0c to your computer and use it in GitHub Desktop.
SSH with socks and port fowarding
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
ssh -p 2324 -i privatekey -L 8080:192.168.1.1:80 -C -q -D 1234 user@host |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment