(接上一条)解决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.
还有个问题是自动重连的时候要输password,这样写.sh script就有点问题
解决方法就是ssh-keygen生成 rsa key 免密登陆。这里不赘述了。
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】凌霞软件回馈社区,博客园 & 1Panel & Halo 联合会员上线
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步