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

本文介绍如何使用autossh工具来维持SSH会话和隧道连接的稳定性,即使连接中断也能自动重启。文中提供了配置示例,并说明了如何通过生成RSA密钥实现免密码登录。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

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.

 

还有个问题是自动重连的时候要输password,这样写.sh script就有点问题

解决方法就是ssh-keygen生成 rsa key 免密登陆。这里不赘述了。

转载于:https://www.cnblogs.com/turtle920/p/6693932.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值