add files for autossh. tbd-install autossh and configure as service with aws jump key

This commit is contained in:
Pi
2019-02-27 16:14:25 -05:00
parent 2ddec8b2f9
commit 2f1d628872
3 changed files with 44 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
AUTOSSH_POLL=60
AUTOSSH_FIRST_POLL=30
AUTOSSH_GATETIME=0
AUTOSSH_PORT=0
SSH_OPTIONS="-M 0 -o ServerAliveInterval=60 -o ServerAliveCountMax=3 -N -R 6666:localhost:22 ec2-user@3.80.203.168 -i /home/pi/SDWAN-Versa.pem"