Skip to content

Instantly share code, notes, and snippets.

@PandaEox
Created June 3, 2014 09:14
Show Gist options
  • Save PandaEox/81cbe87e49d03374a969 to your computer and use it in GitHub Desktop.
Save PandaEox/81cbe87e49d03374a969 to your computer and use it in GitHub Desktop.
SSH Tunnel
ssh user@PROXY -N -L LOC_PORT:TARGET:TARGET_PORT
ssh panda@10.0.0.1 -N -L 2222:10.0.2.1:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment