Description
Creates SSH tunnels from the command line using a Python implementation, helping users forward local or remote ports through an SSH connection. It is useful for reaching private services during development or administration.
Tunnels can expose internal services if bound too broadly. Verify bind addresses, ports, credentials, and destination hosts before using them on shared networks.