Skip to content

Instantly share code, notes, and snippets.

@jahewson
Created December 3, 2011 19:45
Show Gist options
  • Save jahewson/1427939 to your computer and use it in GitHub Desktop.
Save jahewson/1427939 to your computer and use it in GitHub Desktop.
SSH tunnel - remote 444 to local 5555
ssh -f user@example.com -L 5555:example.com:444 -N
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment