Skip to content

bioelectric-interfaces/ssh-tunnel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Persistent SSH Tunnel Service

This repository holds files related to a custom systemd service, which establishes arbitrary ssh tunnels and persists them while the service is running.

To install, copy all files from this repository except READMEs to their respective directories, matching project root to filesystem root (/).

File ssh-tunnel@.service is a service template. After specifying a host in /etc/ssh-tunnel.conf, for example example.com-1234, launch service using service ssh-tunnel@example.com-1234 start or enable it at startup using service ssh-tunnel@example.com-1234 enable.

Config file /etc/ssh-tunnel.conf is written as a normal SSH config file.

About

Persistent SSH tunnel service.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published