Around 01:45pm on Wednesday, December 12, 2007 (UK time), Centos scrawled:
Hello
My ssh terminal froze some times, and I was thinking it might be related to centos , but now I found that even ubuntu users experiencing the same problem.
does ssh logs any where, and what do you suggest for finding the cause.
Try changing /etc/ssh/sshd_config as follows:
... ClientAliveInterval 30 ClientAliveCountMax 5 ...
see: http://www.stevesearle.com/tech/centos5.0.svr.html#securessh
Steve