Date: Thu, 16 Jun 2022 13:38:59 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 263045] security/openssh-portable: password configuration options are unclear Message-ID: <bug-263045-7788-rO4pHVmAEh@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-263045-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-263045-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D263045 --- Comment #17 from commit-hook@FreeBSD.org --- A commit in branch stable/12 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3Da5e7c28b9b84b81bbb8a8242ae44cc073= b0103dc commit a5e7c28b9b84b81bbb8a8242ae44cc073b0103dc Author: Ed Maste <emaste@FreeBSD.org> AuthorDate: 2022-05-25 13:32:57 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2022-06-16 13:37:36 +0000 sshd_config: clarify password authentication options Passwords may be accepted by both the PasswordAuthentication and KbdInteractiveAuthentication authentication schemes. Add a reference to the latter in the description/comment for PasswordAuthentication, as it otherwise may seem that "PasswordAuthentication no" implies passwords will be disallowed. This situation should be clarified with more extensive documentation on the authentication schemes and configuration options, but that should be done in coordination with upstream OpenSSH. This is a minimal change that will hopefully clarify the situation without requiring an extensive local patch set. PR: 263045 Reviewed by: manu (earlier version) MFC after: 2 weeks Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D35272 (cherry picked from commit 9f009e066f088e2c31442db31d2a85001040abfe) crypto/openssh/sshd_config | 1 + crypto/openssh/sshd_config.5 | 2 ++ 2 files changed, 3 insertions(+) --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-263045-7788-rO4pHVmAEh>