How to create a simple encrypted Two-Way SSH tunnel - LinuxConfig.org

Details Lubos Rendek System Administration 12 September 2019
Why would you need to create a simple Two-Way SSH tunnel? In your Linux system administration job have you ever found your self in a situation in which you cannot SSH to a any of your servers/hosts that may be behind a firewall, NAT or otherwise obstructed from an easy access.

In order to gain the access, you would need to reconfigure the firewall or create VPN which could be an enormous overhead just because you need to execute few commands from now and then. With Two-Way SSH tunnel you can connect to any destination under a single condition, which is, the ability to ssh login from the destination to the source.


This is a companion discussion topic for the original entry at https://linuxconfig.org/how-to-create-a-simple-encrypted-two-way-ssh-tunnel