[Bug 1656557] Re: sshd boolean option parsing is excessively case-sensitive
Launchpad Bug Tracker
1656557 at bugs.launchpad.net
Thu May 10 01:07:35 UTC 2018
This bug was fixed in the package openssh - 1:7.7p1-2
---------------
openssh (1:7.7p1-2) unstable; urgency=medium
* Fix parsing of DebianBanner option (closes: #894730).
-- Colin Watson <cjwatson at debian.org> Wed, 04 Apr 2018 00:47:29 +0100
** Changed in: openssh (Ubuntu)
Status: Triaged => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to openssh in Ubuntu.
https://bugs.launchpad.net/bugs/1656557
Title:
sshd boolean option parsing is excessively case-sensitive
Status in portable OpenSSH:
Unknown
Status in openssh package in Ubuntu:
Fix Released
Bug description:
Dear People,
The field 'PasswordAuthentication' unlike all the others requires no
capitalization in order for the ssh daemon to start properly!
While this works:
PasswordAuthentication yes
The following doesn't work for this field (though works for other fields):
PasswordAuthentication Yes
This is most likely an issue to bring up to upstream project. Could we
have a fix so that configuration can be done in a consistent way and
the daemon doesn't break because of capitalization of a given
parameter (it works on the other fields using [Yy] or [Nn]).
This is a reality in 14.04 and 16.04.
Thanks for your time.
To manage notifications about this bug go to:
https://bugs.launchpad.net/openssh/+bug/1656557/+subscriptions
More information about the foundations-bugs
mailing list