用來建立 SSH Tunnel 系統服務的小工具,建立的服務會在開機時建立 SSH Tunnel 並在斷線時自動重連。
- Systemd
- Launchd
建立 SSH Tunnel 服務:
python3 tunnel.py make <tunnel_name> <ssh_args>例如:
python3 tunnel.py make mariadb remote_user@remote_host -R 3306:localhost:3306
| Name | Name | Last commit date | ||
|---|---|---|---|---|