Create start.sh

This commit is contained in:
12nick12
2018-06-05 15:22:49 -04:00
committed by GitHub
parent 3cafd98acd
commit a2b35f94d5

6
start.sh Normal file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
remoteport=$(sqlite3 /opt/sshjump/sshjump.db 'select port from sshjump')
localport=22333
autossh -M 0 -o "ServerAliveInterval 30" -o "ServerAliveCountMax 3" -R $remoteport:localhost:$localport root@remotehost.com -p 22333 -i /opt/sshjump/id_rsa