Created
August 14, 2014 15:46
-
-
Save phylake/1d866a595c8cd0c01df3 to your computer and use it in GitHub Desktop.
ssh port forwarding
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
# forward local port 8080 to remotehost.com:3001 | |
ssh -L 8080:localhost:3001 -N [email protected] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment