Created
June 9, 2020 10:31
-
-
Save jlis/f3ed59758898af78aedea410880b414f to your computer and use it in GitHub Desktop.
SOCKS SSH Tunnel
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
# this opens a SOCKS tunnel on localhost:1337 | |
ssh -D 1337 -q -C -N <user@host> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment