SCIENTIFIC-LINUX-DEVEL Archives

March 2007

SCIENTIFIC-LINUX-DEVEL@LISTSERV.FNAL.GOV

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Matt Cuttler <[log in to unmask]>
Reply To:
Matt Cuttler <[log in to unmask]>
Date:
Thu, 15 Mar 2007 15:34:09 -0400
Content-Type:
text/plain
Parts/Attachments:
text/plain (30 lines)
Kuo Kan Liang wrote:
> Dear all,
> 
> I have recently reinstalled my server (SL4.1, x86_64). I have
> encountered ssh timeout problem again. In the sshd_conf I have
> uncommented "TCPKeepAlive yes" and I have set "ClientAliveInterval 60".
> But I ketp got kicked out. I forgot what I did in the previous
> installation. The network hardware are the same, so there is no change
> in external firewall. What can be the problem?


I believe the default is 'TCPKeepAlive yes' - so you might want to
explicitly set it to 'no'.

If you believe it's a network problem, your first step might be to make
sure that the in-band keepalive packets (not the TCP out-of-band ones
which you are disabling) are flowing.

Ssh in with -vv, wait 60 seconds or so.

You should see these:

debug1: client_input_channel_req: channel 0 rtype keepalive@ openssh.com
reply 1

Are you seeing them?

Thanks,
Matt Cuttler

ATOM RSS1 RSS2