blob: fd80dbc389062b08c7378cb1d80a1fe3295cba2e (
plain) (
blame)
1
2
3
4
5
6
|
sshtunnel is a Python module for easily creating ssh tunnels in the background,
from within Python. An example use case is when you want to access a remote
database. With sshtunnel all you need is ssh access to the remote machine and
Python installed.
WWW: https://pypi.org/project/sshtunnel/
|