Skip to content

Instantly share code, notes, and snippets.

@jlis
Created June 9, 2020 10:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jlis/f3ed59758898af78aedea410880b414f to your computer and use it in GitHub Desktop.
Save jlis/f3ed59758898af78aedea410880b414f to your computer and use it in GitHub Desktop.
SOCKS SSH Tunnel
# 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