Created
January 26, 2015 09:21
-
-
Save scemama/c7adaa366ff288f864f5 to your computer and use it in GitHub Desktop.
SSH Reverse tunnel
This file contains hidden or 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
user@home $ ssh -R 10000:localhost:22 target.machine.org | |
[email protected] $ ssh -p 10000 localhost # ssh to the home machine |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment