Skip to content

Instantly share code, notes, and snippets.

@b13bs
Created May 28, 2018 18:20
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 b13bs/f0e7298a86f0132576e02a92fff0cb0a to your computer and use it in GitHub Desktop.
Save b13bs/f0e7298a86f0132576e02a92fff0cb0a to your computer and use it in GitHub Desktop.
SOCKS proxy chain
user@machine1 $
ssh -L 8081:localhost:8081 user@machine2 ssh -ND 8081 user@machine3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment