Reverse SSH Tunnel Tutorial: Access Any Machine Behind a Firewall
How to use SSH to connect to a machine behind firewall SSH is usually used to connect to servers with open ports, accessible from anywhere in the world. But what about machines behind firewalls, or behind a NAT? This guide will show you an SSH trick that you can use to achieve this reverse connection, where you can connect from a server to a client behind a firewall. Note: You do still need a server/machine accessible through ssh over the internet. ...