Mailing List Archive

[Bug 3598] Dead lock of sshd and Defunct of sshd
https://bugzilla.mindrot.org/show_bug.cgi?id=3598

Damien Miller <djm@mindrot.org> changed:

What |Removed |Added
----------------------------------------------------------------------------
Attachment #3711| |ok?(dtucker@dtucker.net)
Flags| |

--- Comment #7 from Damien Miller <djm@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.
_______________________________________________
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs