Brent Saner on 25 Nov 2007 20:46:15 -0000 |
On Nov 25, 2007 11:49 AM, W. Chris Shank <shankwc@acetechgroup.com> wrote:
not really!
can we get specs on the clients and servers, including the kind of networks they're on and any routers/switches/hubs being used?
are they all using the same distro? can you post: ~/.ssh/config (if it exists) /etc/ssh/ssh_config from any clients, and /etc/ssh/sshd_config from any servers? what i think is going on is aside from a possible hardware/network issue, you have different keepalives et. al. set on the servers and/or different sending of keepalives et. al. on the client(s). you can also notice some weirdness if you're trying to connect from PuTTY and it hangs as opposed to giving the "____ is unavailable: disconnect" error (not sure of the exact wording) that you usually get when the connection is killed by the server, either through a disconnect or through the server shutting down, etc. a lot of factors go into this. specifically we want to examine the "ClientAliveInterval" and "TCPKeepAlive" variables of the sshd_config and the "ConnectTimeout", "ExitOnForwardFailure", "ServerAliveCountMax", "ServerAliveInterval", "SetupTimeOut", and "TCPKeepAlive" variables in /etc/ssh/ssh_config (and ~/.ssh/config if it exists).
pretty sure it's a keepalive thing on the client end, at this point. i've also had cases where it was line noise- the second i moved the server to a different cat5e line in the network, the connection was crystal clear and i wouldn't get dropped for days (when i was on the network, that is).
-- Brent Saner 215.264.0112(cell) 215.362.7696(residence) http://www.thenotebookarmy.org Bill Gates is to hacking as Sid Vicious was to the Sex Pistols: no talent, everyone hates him, and he's just in it for the fame and money. ___________________________________________________________________________ Philadelphia Linux Users Group -- http://www.phillylinux.org Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce General Discussion -- http://lists.phillylinux.org/mailman/listinfo/plug
|
|