On Mon, Nov 24, 2025 at 10:16:28AM +0000, Sad Clouds wrote:
> I wonder if there have been recent changes to sshd on NetBSD-10.X to
> cause this. But then you say others running similar release do not
> see the same issue. So I'm confused now.
The 10.1 sshd is known to cause too much blocking, so all setups I know
about run a later 10.1_STABLE version, after pullup #1106
has been applied:
crypto/external/bsd/openssh/dist/auth.c 1.38
sshd(8): PR 59108: reset the blocklist counter after successful
authentication
[christos, ticket #1106]
https://releng.netbsd.org/cgi-bin/req-10.cgi?show=1106
No other changes happened to anything in crypto/external/bsd/openssh.
[/nbsd/src-10] > fgrep crypto/external/bsd/openssh/ doc/CHANGES-10.2
crypto/external/bsd/openssh/dist/auth.c 1.38
[/nbsd/src-10] >
Martin