ssh--write failed broken pipe

本文介绍了解决SSH连接在终端独留时断开的问题,通过在`/etc/ssh/sshd_config`中设置`ClientAliveInterval`或在`~/.ssh/config`中设置`ServerAliveInterval`,以及通过SSH命令行参数来维持连接活动生成keep-alive包,确保在长时间不活动后连接不会意外断开。

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

转自newinstance
I started to get this error “Write failed: Broken pipe” when I was leaving the terminal alone.
Since plumbers are still expensive, despite the crisis, I decided to fix the pipe by myself.
Very easy, just add the following line to***/etc/ssh/sshd_config***:

ClientAliveInterval 60
This will send a “keep-alive” packet from the server to the terminal client every 60 seconds so that the connection doesn’t get dropped.

If you can’t fix it on the server, for example if you don’t have administrative rights, you can fix your client to send the “keep-alive” packet to the server every 60 seconds, adding this line to***~/.ssh/config***

ServerAliveInterval 60
It’s also possible to specify the ServerAliveInterval at the ssh command line:

$ ssh -o ServerAliveInterval=60 user@sshserver
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值