I am trying to build xorg-minimal. I am doing this via ssh, despite other problems for the convenience of having a graphical web browser in the meantime.
Periodically, the ssh connection will spontaneously close after an extended period, with the incredibly vague message
This would lead me to believe that something went wrong with my router and the client could no longer talk to the server. So I sat down at the server, and oddly enough, I could ping both the router and arbitrary domains, such as "freebsd.org". If DNS is working, and the router is working, why is the pipe broken?
Edit: by the way, here is the relevant section of my ~/.ssh/config on the client:
Periodically, the ssh connection will spontaneously close after an extended period, with the incredibly vague message
Code:
connection to (host) closed... broken pipe
Edit: by the way, here is the relevant section of my ~/.ssh/config on the client:
Code:
Host *
Compression yes
CompressionLevel 7
Cipher blowfish
ServerAliveInterval 600
ControlMaster auto
ControlPath /tmp/ssh-%r@%h:%p