首页 > 其他 > 详细

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

时间:2017-04-11 16:57:47      阅读:911      评论:0      收藏:0      [点我收藏+]

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隧道断开自动重连的问题

原文:http://www.cnblogs.com/turtle920/p/6693932.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!