]> git.ipfire.org Git - thirdparty/openssh-portable.git/commit
upstream: Fix mistracking of MaxStartups process exits in some
authordjm@openbsd.org <djm@openbsd.org>
Fri, 4 Jul 2025 09:51:01 +0000 (09:51 +0000)
committerDamien Miller <djm@mindrot.org>
Wed, 9 Jul 2025 20:19:05 +0000 (06:19 +1000)
commiteddd1d2daa64a6ab1a915ca88436fa41aede44d4
treeecdb5a441437e71acb6116e200b20b5f47f4c4ea
parentc971f3d93efe4c00d73b276cdbab66e7c66c9b5c
upstream: Fix mistracking of MaxStartups process exits in some

situations. At worst, this can cause all MaxStartups slots to fill and sshd
to refuse new connections.

Diagnosis by xnor; ok dtucker@

OpenBSD-Commit-ID: 10273033055552557196730f898ed6308b36a78d
sshd.c