Created
January 31, 2018 18:08
-
-
Save karl-gustav/6ac2e05c7bef568d47232d24dd784c99 to your computer and use it in GitHub Desktop.
SSH tunnel How-To
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 -f <server> -L <port on source machine>:<ip/address on target network>:<port on target network> -N | |
Example: | |
ssh -f home -L 8001:10.0.0.1:80 -N |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment