Skip to content

Instantly share code, notes, and snippets.

@DuqueDeTuring
Created December 22, 2014 15:06
Show Gist options
  • Save DuqueDeTuring/d29adda940d92d4953ea to your computer and use it in GitHub Desktop.
Save DuqueDeTuring/d29adda940d92d4953ea to your computer and use it in GitHub Desktop.
Auto restart ssh tunnel
autossh -f -N -L8888:127.0.0.1:3306 [email protected]
(http://serverfault.com/a/285610)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment