Displaying 1 result from an estimated 1 matches for "81c1099d".
2025 Jun 02
0
[Bug 3832] New: [PATCH] typo: MaxStartups instead of Maxstartups
...Severity: enhancement
Priority: P5
Component: sshd
Assignee: unassigned-bugs at mindrot.org
Reporter: mindrot at nerdbynature.de
Created attachment 3883
--> https://bugzilla.mindrot.org/attachment.cgi?id=3883&action=edit
patch
With commit 81c1099d ("upstream: Add a facility to sshd(8) to penalise
particular") the do_log2 function was reworked. Before, log messages
read like the following:
drop connection #10 from ... on ... past MaxStartups
Now sshd logs this:
drop connection #11 from ... on ... Maxstartups
That tripped one o...