Skip to content

Instantly share code, notes, and snippets.

@diffused
Created December 1, 2013 10:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save diffused/7731939 to your computer and use it in GitHub Desktop.
Save diffused/7731939 to your computer and use it in GitHub Desktop.
ssh map remote localhost:8080 to local localhost:18080
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