#!/bin/bash openfortivpn -c vpn.conf & sleep 3s while true do ssh -o "ExitOnForwardFailure yes" -NL 2200:192.168.80.240:22 localhost sleep 1s done