#!/bin/bash autossh \ -M 21234 \ -o "ServerAliveInterval 30" \ -o "ServerAliveCountMax 3" \ -R 6000:localhost:22 \ -f \ root@194.182.191.115 \ sleep 31536000