(接上一条)解决ssh隧道断开自动重连的问题

Posted 龟窝

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了(接上一条)解决ssh隧道断开自动重连的问题相关的知识,希望对你有一定的参考价值。

Sounds like you need autossh. This will monitor an ssh tunnel and restart it as needed. 

http://www.debianadmin.com/autossh-automatically-restart-ssh-sessions-and-tunnels.html

Autossh example

autossh -M 5122 -N -R 5022:localhost:22 rex

Explanation:

Forward port 5022 on rex (the remote machine) to port 22 on localhost (the local machine).

Use port 5122 and 5123 will be used for connection monitoring.

以上是关于(接上一条)解决ssh隧道断开自动重连的问题的主要内容,如果未能解决你的问题,请参考以下文章

RTSP连接中断重连的问题

解决Linux SSH连接容易断开的问题

uniapp mqtt 频繁断开和重连问题(android真机)

uniapp mqtt 频繁断开和重连问题(android真机)

用python编写与mysql数据库连接并实现断线重连的问题

MQTT 客户端自动重连机制