Description
Creates SSH tunnels from Python code so local ports can forward traffic to remote hosts through an SSH connection. It helps scripts and applications reach databases, services, or internal tools without exposing them directly.
Developers and administrators use it as a networking library. Tunnels can bypass normal network boundaries, so protect SSH credentials, restrict bind addresses, and close tunnels when they are no longer needed.