Skip to content

Instantly share code, notes, and snippets.

@sthorne
Created February 24, 2015 14:45
Show Gist options
  • Save sthorne/63e3d6e657ab7d660bf0 to your computer and use it in GitHub Desktop.
Save sthorne/63e3d6e657ab7d660bf0 to your computer and use it in GitHub Desktop.
Shell SSH Tunnel
ssh ssh-host -p 322 -L local-host:443:remote-host:443 -N
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment