我目前正在配置一些 SSH 隧道。很多时候,当我失去与互联网的连接或休眠我的笔记本电脑时,我需要重新配置隧道(即,killall ssh
然后再次设置隧道)。
实现自动化的最佳方法是什么?
答案1
听起来 autossh(自动重新启动 SSH 会话和隧道)可能适合您: http://www.harding.motd.ca/autossh/
保持隧道的活力并对其进行总体管理。
应该在大多数发行版基础存储库上,所以只需使用以下之一:
apt-get install autossh # deb
pacman -S autossh # arch
yum install autossh # rhel