Reverse SSH Tunneling
Reverse SSH TunnelingHave 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 TunnelLet’s assume that Destination’s IP is 192.168.20.55 (Linux box that you want to access).You want to access from Linux client with IP 138.47.99.99.Destination (192.168.20.55) <- |NAT| <- Source (138.47.99.99)1. SSH from the destination to the source (with public IP) using the command below:ssh
Read More »