autossh-desktop.service (296B)
1 [Unit] 2 Description=AutoSSH for VNC and SSH 3 After=network.target 4 5 [Service] 6 Environment="AUTOSSH_GATETIME=0" 7 ExecStart=/usr/bin/autossh -M 0 -NC -R 5900:localhost:5900 -R 2222:localhost:22 -o "ServerAliveInterval 45" -o "ServerAliveCountMax 2" pcardenasb.com 8 9 [Install] 10 WantedBy=multi-user.target