Created
June 3, 2014 09:14
-
-
Save PandaEox/81cbe87e49d03374a969 to your computer and use it in GitHub Desktop.
SSH Tunnel
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ssh user@PROXY -N -L LOC_PORT:TARGET:TARGET_PORT | |
ssh [email protected] -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