Created
April 6, 2020 13:40
-
-
Save porn/8a5a9ccbf1d7e14015811f2fac5eebf1 to your computer and use it in GitHub Desktop.
ssh tunnelling
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
# 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