Skip to content

用來建立 SSH Tunnel 系統服務的小工具,建立的服務會在開機時建立 SSH Tunnel 並在斷線時自動重連。

License

Notifications You must be signed in to change notification settings

PinLin/ssh_tunnel_builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SSH Tunnel Builder

用來建立 SSH Tunnel 系統服務的小工具,建立的服務會在開機時建立 SSH Tunnel 並在斷線時自動重連。

Supported Init Systems

  • Systemd
  • Launchd

Usage

建立 SSH Tunnel 服務:

python3 tunnel.py make <tunnel_name> <ssh_args>

例如:

python3 tunnel.py make mariadb remote_user@remote_host -R 3306:localhost:3306

About

用來建立 SSH Tunnel 系統服務的小工具,建立的服務會在開機時建立 SSH Tunnel 並在斷線時自動重連。

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages