Reverse SSH Tunneling Have you ever wanted to ssh to your Linux box that sits behind NAT? You can to that by using reverse SSH tunneling. This document will show you step by step how to set up reverse SSH tunneling. The reverse SSH tunnel should work fine with any Unix like system. Setup a Reverse SSH Tunnel Let's assume that Destination's IP is 192.168.20.55 (Linux box that you want to access). Y

