当我连接到 ssh 服务器时,经常会断开连接并出现错误
packet_write_wait: Connection to 131.225.190.20: Broken pipe
我通过电缆连接。我在其他服务器上的连接没有发现任何不稳定的情况。我已ServerAliveInterval
在我的 中设置ssh config
。
什么原因会导致这种中断?我该怎么做才能避免这种情况?我知道tmux
。
当我连接到 ssh 服务器时,经常会断开连接并出现错误
packet_write_wait: Connection to 131.225.190.20: Broken pipe
我通过电缆连接。我在其他服务器上的连接没有发现任何不稳定的情况。我已ServerAliveInterval
在我的 中设置ssh config
。
什么原因会导致这种中断?我该怎么做才能避免这种情况?我知道tmux
。