[Bug 263045] sshd allows password logins when "PasswordAuthentication no" is set

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 05 Apr 2022 13:26:14 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263045

--- Comment #5 from Marek Zarychta <zarychtam@plan-b.pwste.edu.pl> ---
(In reply to donaldcallen from comment #4)

Their (DFly) defaults are: 
KbdInteractiveAuthentication no
PasswordAuthentication yes
UsePAM yes 

ours (FreeBSD): 
KbdInteractiveAuthentication yes
PasswordAuthentication no
UsePAM yes

Either way, it's not a bug IMHO, so no worries, you can disable it for both of
them by setting:

KbdInteractiveAuthentication no
PasswordAuthentication no

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