Created
December 22, 2014 15:06
-
-
Save DuqueDeTuring/d29adda940d92d4953ea to your computer and use it in GitHub Desktop.
Auto restart ssh tunnel
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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