Skip to content

Instantly share code, notes, and snippets.

@markphilpot
Last active April 6, 2017 19:24
Show Gist options
  • Save markphilpot/5423677 to your computer and use it in GitHub Desktop.
Save markphilpot/5423677 to your computer and use it in GitHub Desktop.
ssh tunnel
ssh -vv -N -o ExitOnForwardFailure=yes -L $LOCAL_PORT:$DEST_HOST:$DEST_PORT $VIA_HOST
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment