SSHtunnel
SSHtunnel, or SSH tunnel, refers to the technique of routing network traffic through an encrypted SSH connection. It uses an established SSH session to forward traffic between a local port and a destination reachable from the remote host, or the other way around, and can also create a dynamic proxy for multiple destinations.
There are three common forms of SSH tunneling. Local port forwarding (-L) forwards traffic from a local
Common use cases include accessing internal resources behind a firewall from a remote location, securing traffic
Setup and security considerations are important. An SSH client and a server are required, and the server’s