Delete start.sh

This commit is contained in:
12nick12 2018-06-05 15:34:13 -04:00 committed by GitHub
parent 9031c75037
commit e77124fdd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

View File

@ -1,6 +0,0 @@
#!/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