IT/Software/Applications/Remote Login/autossh

From msgwiki
Revision as of 15:28, 19 January 2020 by Nathan (talk | contribs) (Created page with "== About == * Autossh is a program to start a copy of ssh and monitor it, restarting it as necessary should it die or stop passing traffic. <ref>[https://linux.die.net/man/1/...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

About

  • Autossh is a program to start a copy of ssh and monitor it, restarting it as necessary should it die or stop passing traffic. [1]

Reliable Reverse ssh Tunnel

  • autossh -M 20000 -f -N your_public_server -R 1234:localhost:22 -C
  • https://linux.die.net/man/1/autossh