SSH Tunnel as standalone server application
- Python3.6.1 or higher
- Python packages refered in requirements.txt
git clone {url to this repository}
pip install -r requirements.txt
see conf/sample.yml
Currently, only local forwarding is supported.
python tunnel.py CONFIG_FILE [CONFIG_FILE ...]
To shutdown, press Ctrl+C
.