Created
January 16, 2020 22:46
-
-
Save TheYarin/8109be9a477d27c7f5123f7bb73bb1bc to your computer and use it in GitHub Desktop.
ssh tunneling
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
ssh -fN -L 0.0.0.0:8000:192.168.99.100:80 user@target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment