Skip to content

Instantly share code, notes, and snippets.

@TheYarin
Created January 16, 2020 22:46
Show Gist options
  • Save TheYarin/8109be9a477d27c7f5123f7bb73bb1bc to your computer and use it in GitHub Desktop.
Save TheYarin/8109be9a477d27c7f5123f7bb73bb1bc to your computer and use it in GitHub Desktop.
ssh tunneling
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