General Linux

From Tamerz
Revision as of 10:29, 1 December 2021 by Tmctigue (talk | contribs) (Created page with "Easy SSH tunneling. MySQL: $ autossh -M 0 -o "ServerAliveInterval 30" -o "ServerAliveCountMax 3" -L 5000:localhost:3306 [email protected]")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Easy SSH tunneling.

MySQL:

   $ autossh -M 0 -o "ServerAliveInterval 30" -o "ServerAliveCountMax 3" -L 5000:localhost:3306 [email protected]