Skip to content

Instantly share code, notes, and snippets.

@porn
Created April 6, 2020 13:40
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 porn/8a5a9ccbf1d7e14015811f2fac5eebf1 to your computer and use it in GitHub Desktop.
Save porn/8a5a9ccbf1d7e14015811f2fac5eebf1 to your computer and use it in GitHub Desktop.
ssh tunnelling
# when run on localhost, you can see on localhost:1234 what remote_machine sees on 172.31.26.6:2345
ssh remote_machine -fnNTL 1234:172.31.26.6:2345
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment