[Unit] Description=Persistent SSH Tunnel to from port 2210 on this server to port 22 on external server (for encrypted traffi> After=network.target [Service] Restart=on-failure RestartSec=5 User=root Group=root #ExecStart=/usr/bin/ssh -NTC -o ServerAliveInterval=60 -o ExitOnForwardFailure=yes -L 0.0.0.0:8006:127.0.0.1:8006 root> ExecStart=/usr/bin/ssh -L 140.96.83.14:2210:192.168.100.200:22 [email protected] [Install] WantedBy=multi-user.target