Skip to content

Instantly share code, notes, and snippets.

@scemama
Created January 26, 2015 09:21
Show Gist options
  • Save scemama/c7adaa366ff288f864f5 to your computer and use it in GitHub Desktop.
Save scemama/c7adaa366ff288f864f5 to your computer and use it in GitHub Desktop.
SSH Reverse tunnel
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