Skip to content

Instantly share code, notes, and snippets.

@v-thomp4
Created November 26, 2019 09:45
Show Gist options
  • Save v-thomp4/3a73143f82b8d76b647dc3af6961c25f to your computer and use it in GitHub Desktop.
Save v-thomp4/3a73143f82b8d76b647dc3af6961c25f to your computer and use it in GitHub Desktop.
Automatically restart SSH sessions and tunnels
autossh -M 0 -o "ServerAliveInterval 10" -o "ServerAliveCountMax 2" -L 9999:localhost:9999 user@server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment