[Bug 3598] Dead lock of sshd and Defunct of sshd
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Fri Aug 4 16:58:55 AEST 2023
https://bugzilla.mindrot.org/show_bug.cgi?id=3598
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #3711| |ok?(dtucker at dtucker.net)
Flags| |
--- Comment #7 from Damien Miller <djm at mindrot.org> ---
Created attachment 3711
--> https://bugzilla.mindrot.org/attachment.cgi?id=3711&action=edit
implement LoginGraceTime logging in listener
This removes the sigdie() in sshd.c and implements the LoginGraceTime
logging in the listener process. E.g.
Timeout before authentication for connection from [10.40.0.253]:2222 to
[172.30.30.4]:51846 (pid = 28473)
It also implements infrastructure for logging abnormal terminations
(e.g. the monitor exiting with SIGSEGV) and adds a framework for custom
handling of arbitrary monitor exit statuses that we can reuse to remove
the auth-pam.c sigdie() calls.
Oh, and it adds a SIGINFO handler to the listener for debugging :)
Also at https://github.com/djmdjm/openssh-wip/pull/22
--
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
More information about the openssh-bugs
mailing list