2019年12月21日

ssh 与服务器保持连接

摘要: 直接改客户端,服务器端不应该更改。sudo vi /etc/ssh/ssh_config # 或 ~/.ssh/config TCPKeepAlive=yes # Client每隔 60 秒发送一次请求给 Server,然后 Server响应,从而保持连接 ServerAliveInterval 6 阅读全文

posted @ 2019-12-21 08:20 震撼起飞 阅读(1175) 评论(0) 推荐(0)

导航