method Source Ssh "Write failed:broken Pipe"-newinstance
I started to get this error "Write Failed:broken pipe" when I am leaving the terminal alone.
Since Plumbers is 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:
60
This would send a "keep-alive" packet from the server to the terminal client every seconds so, 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 th E "keep-alive" packet to the server every seconds, adding this line to ~/.ssh/config
60
It ' s also possible to specify the serveraliveinterval at the SSH command line:
$ ssh-o serveraliveinterval= [email protected]
More info about clientaliveinterval and serveraliveinterval can is found typing at the command line:
55 ssh_config$ man ssh
Another reference here
Your pipes should is safe now, and the plumbers out of business.
SSH linked server appears Write Failed:broken pipe