Automatic SSH-tunnel upkeeping

Needed automatic upkeep of SSH-tunnels. This script can be used to start SSH-tunnels at boot and also to keep them up by running service ssh-tunnels start periodically from example cron. Here is the init.d-script itself: /etc/init.d/ssh-tunnels #!/bin/bash ################################################# ################################################# # NOTE: Usually… Continue Reading