client_loop: send disconnect: Broken pipe
If you encounter the above issue while ssh to a remote host, you should try to add following options to the /etc/ssh/ssh_config.
Host *
IPQoS=throughput
client_loop: send disconnect: Broken pipe
If you encounter the above issue while ssh to a remote host, you should try to add following options to the /etc/ssh/ssh_config.
Host *
IPQoS=throughput
I did this in my
~/.ssh/config(no = sign)
and was successful.
Another syntax that does not use
~/.ssh/configbut does usessh -odoes require the = sign