Tuesday, March 3, 2009

Reverse SSH

Thinking of using your LINUX box hehind a NAT? Here's how to do it....

First thing first:



  1. Make sure you have installed OpenSSH on the destination machine.

  2. ssh -R 1234:localhost:22 home_machine (where home_machine is the IP Address of your home computer)

  3. Once you have established the connection, from your home type: ssh your_name@localhost -p 1234

Similar Article from HowToForge: http://www.howtoforge.com/reverse-ssh-tunneling


No comments: