Autossh dies after time
- by Justin
My setup is
Ubuntu 10.04 on AWS
Autossh to create a tunnel for MySQL
The tunnel is automatically created using Upstart (/etc/init/autossh.conf):
respawn
console none
start on (local-filesystems and net-device-up IFACE=eth0)
stop on [!12345]
script
#user/IP Address redacted
exec autossh -M 20000 -o StrictHostKeyChecking=no -L…