[Bug 1304] SSH session cleanup problem
    bugzilla-daemon at bugzilla.mindrot.org 
    bugzilla-daemon at bugzilla.mindrot.org
       
    Fri May 18 09:42:12 EST 2007
    
    
  
http://bugzilla.mindrot.org/show_bug.cgi?id=1304
Damien Miller <djm at mindrot.org> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WORKSFORME
                 CC|                            |djm at mindrot.org
--- Comment #2 from Damien Miller <djm at mindrot.org>  2007-05-18 09:42:08 ---
I'm not sure I understand this problem either: are you complaining that
the client hangs when the server goes away?
If you reboot the server forcefully, it may not gracefully close the
connection and the client may stick around until TCP times out
(potentially a very long time). You can mitigate this by ensuring that
the server terminates the sshd processes gracefully (SIGINT or SIGTERM)
or by setting a ServerAliveInterval and ServerAliveCountMax in your
client config.
Either way, this is not a problem in OpenSSH.
-- 
Configure bugmail: http://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
    
    
More information about the openssh-bugs
mailing list