SSH監控和自動重連 Autossh

jopen 13年前發布 | 20K 次閱讀 SSH

Autossh 是一個用來監控 SSH 鏈接,并自動進行重連的工具。類似  rstunnel (Reliable SSH Tunnel),采用 C 語言開發,安裝簡單,特別適合多個主機的連接。
SSH監控和自動重連 Autossh

特性:

  • autossh is a program to start a copy of ssh and monitor it, restarting it as necessary should it die or stop passing traffic. The idea is from rstunnel (Reliable SSH Tunnel), but implemented in C.
  • The author's view is that it is not as fiddly as rstunnel to get to work.
  • Connection monitoring using a loop of port forwardings or a remote echo service.
  • Backs off on rate of connection attempts when experiencing rapid failures such as connection refused.
  • Compiled and tested on OpenBSD, Linux, Solaris, Mac OS X, Cygwin, and AIX; should work on other BSDs.
  • Freeware.
項目地址: http://www.harding.motd.ca/autossh/

 本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
 轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
 本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!