Created
December 1, 2013 10:52
-
-
Save diffused/7731939 to your computer and use it in GitHub Desktop.
ssh map remote localhost:8080 to local localhost:18080
This file contains 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 -L 18080:localhost:8080 user@server | |
# ssh -L [localport]:localhost:[remoteport] user@server |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment