Write Failed: Broken Pipe
I was having this issue today about every 2-5 minutes when connecting to my local ssh server from a Ubuntu 12.04 desktop. After some quick googling I found this little nugget that I thought I'd share.
Add this line to your /etc/ssh/ssh_config file on your client machine in my case the Ubuntu desktop:
ServerAliveInterval 120
No comments:
Post a Comment