Skip to content

Instantly share code, notes, and snippets.

@jlrigau
Created January 7, 2016 16:03
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 jlrigau/0565b8c395acc5214d7b to your computer and use it in GitHub Desktop.
Save jlrigau/0565b8c395acc5214d7b to your computer and use it in GitHub Desktop.
How to map a port on localhost through ssh?
ssh -Nf user@hostanme -L 8080:localhost:8080
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment