[Bug 289475] sshd dumps core after freebsd-update to 14.3-RELEASE-p2

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 12 Sep 2025 18:25:27 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=289475

--- Comment #7 from Majdi S. Abbas <msa@latt.net> ---
/etc/ssh/moduli appears to be the standard OpenSSH bundled file:

# sha256 /etc/ssh/moduli
SHA256 (/etc/ssh/moduli) =
aec21f1fcbbc3c0789e87ddcb7bdcf84c086ad08f0b70e7c80251a067848fdaa

And the RSA keys look like a normal 3072 bit RSA pairing.  That said, rotated
them out and allowed sshd to regenerate, and we'll see what happens here.

The only non-default rc.conf SSH setting is to enable SSHD:
# sysrc -a | grep sshd
sshd_enable: YES

And the only non-default sshd_config settings are:
MaxAuthTries 2
MaxStartups 3:33:20
UseBlacklist Yes

(Blacklist config is the standard FreeBSD handbook variant.)

-- 
You are receiving this mail because:
You are the assignee for the bug.