#!/bin/sh -e export AUTOSSH_POLL=30 && export AUTOSSH_GATETIME=0 && /usr/bin/autossh -f -M 32325 -i /home/haomo/.ssh/id_rsa -NR 32322:127.0.0.1:22 member@haomo-tech.com exit 0