Re: [CentOS] ssh terminal froze once in a while

2007-12-15 Thread Jay Leafey
Miark wrote: On Thu, 13 Dec 2007 23:40:59 +0100, Alain wrote: Miark, do you suffer the problem very often ? Could you try to temporarily make a link from /dev/random to /dev/urandom ? Actually, I have to take that back. After I made the sshd config changes: ClientAliveInterval 30

Re: [CentOS] ssh terminal froze once in a while

2007-12-13 Thread Kai Schaetzl
Alain Spineux wrote on Wed, 12 Dec 2007 19:21:18 +0100: The most common part is WinXP and putty, but in all version and service pack. I've been using Putty in various versions for years multiple times a day and from various locations and thru various connection methods. I don't see any

Re: [CentOS] ssh terminal froze once in a while

2007-12-13 Thread Alain Spineux
Miark, do you suffer the problem very often ? Could you try to temporarily make a link from /dev/random to /dev/urandom ? # mv /dev/random /dev/random.save # ln -sf /dev/urandom /dev/random Regards On Dec 13, 2007 5:37 AM, Miark [EMAIL PROTECTED] wrote: On Thu, 13 Dec 2007 00:10:05 +,

Re: [CentOS] ssh terminal froze once in a while

2007-12-13 Thread Miark
On Thu, 13 Dec 2007 23:40:59 +0100, Alain wrote: Miark, do you suffer the problem very often ? Could you try to temporarily make a link from /dev/random to /dev/urandom ? Actually, I have to take that back. After I made the sshd config changes: ClientAliveInterval 30 ClientAliveCountMax

Re: [CentOS] ssh terminal froze once in a while

2007-12-13 Thread Amos Shapira
On 14/12/2007, Miark [EMAIL PROTECTED] wrote: Actually, I have to take that back. After I made the sshd config changes: ClientAliveInterval 30 ClientAliveCountMax 5 it did hang on me once, but I'm looking at Konsole rigth now, Let me guess - you did service sshd reload but didn't close

Re: [CentOS] ssh terminal froze once in a while

2007-12-13 Thread Alain Spineux
On Dec 14, 2007 12:15 AM, Miark [EMAIL PROTECTED] wrote: On Thu, 13 Dec 2007 23:40:59 +0100, Alain wrote: Miark, do you suffer the problem very often ? Could you try to temporarily make a link from /dev/random to /dev/urandom ? This is to avoid freeze (connection not responding for some

Re: [CentOS] ssh terminal froze once in a while

2007-12-12 Thread Toby Bluhm
Centos wrote: 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. Had the same/similar problem. Our home

Re: [CentOS] ssh terminal froze once in a while

2007-12-12 Thread Clint Dilks
Centos wrote: we are using iptables, but as far as I know there is no timeout set on our iptables. this is happening sporadically. I thought that if it is related to network we will receive some kind of connection error and not freezing screen. Thanks for help Simon Jolle wrote:

Re: [CentOS] ssh terminal froze once in a while

2007-12-12 Thread Miark
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. This happens to me when I SSH from a Mandriva box to my CentOS server. It does not happen when I SSH to another Mandriva box, so it's a

Re: [CentOS] ssh terminal froze once in a while

2007-12-12 Thread Steve Searle
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

Re: [CentOS] ssh terminal froze once in a while

2007-12-12 Thread Miark
On Thu, 13 Dec 2007 00:10:05 +, Steve wrote: Try changing /etc/ssh/sshd_config as follows: ... ClientAliveInterval 30 ClientAliveCountMax 5 ... see: http://www.stevesearle.com/tech/centos5.0.svr.html#securessh Doesn't work for me, unfortunately. Miark