]> git.ipfire.org Git - thirdparty/openssh-portable.git/commit
propagate PAM crashes to PerSourcePenalties
authorDamien Miller <djm@mindrot.org>
Mon, 17 Jun 2024 07:02:18 +0000 (17:02 +1000)
committerDamien Miller <djm@mindrot.org>
Mon, 17 Jun 2024 07:02:18 +0000 (17:02 +1000)
commitb00331402fe5c60d577f3ffcc35e49286cdc6b47
tree858a241a6f5877c5f077795f6f1971078102e477
parent1c207f456ace38987deda047758d13fbf857f948
propagate PAM crashes to PerSourcePenalties

If the PAM subprocess crashes, exit with a crash status that will be
picked up by the sshd(8) listener process where it can be used by
PerSourcePenalties to block the client. This is similar handling to
the privsep preauth process.
auth-pam.c