#!/bin/bash
export AUTOSSH_PIDFILE="/tmp/tunnel-ssh.pid"
/usr/bin/autossh -nNT -f -R smartdoorsystems.com:20006:localhost:22 -i /root/.ssh/id_rsa device@smartdoorsystems.com &
exit
