bugzilla-daemon at bugzilla.mindrot.org
2007-May-17  23:42 UTC
[Bug 1304] SSH session cleanup problem
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.
Maybe Matching Threads
- "ServerAliveInterval" and "ServerAliveCountMax" doesnt work in openssh50?
- [Bug 1465] New: "ServerAliveInterval" and "ServerAliveCountMax" doesnt work in openssh50?
- Is it possible to gracefully interrupt a child R process on MS Windows?
- Tip for SSH users with connection unexpectedly closed troubles
- Is it possible to gracefully interrupt a child R process on MS Windows?
