[Touch-packages] [Bug 2012298] Re: PasswordAuthenticaion in sshd_config.d

2023-05-10 Thread Launchpad Bug Tracker
This bug was fixed in the package openssh - 1:8.2p1-4ubuntu0.7 --- openssh (1:8.2p1-4ubuntu0.7) focal; urgency=medium * d/p/lp2012298-upstream-fix-match-in-d-config.patch: Allow ssh_config.d/ configuration files to correctly update the PasswordAuthentication setting (LP:

[Touch-packages] [Bug 2012298] Re: PasswordAuthenticaion in sshd_config.d

2023-05-10 Thread Robie Basak
Thanks Lena! -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to openssh in Ubuntu. https://bugs.launchpad.net/bugs/2012298 Title: PasswordAuthenticaion in sshd_config.d Status in portable OpenSSH: Unknown Status in openssh

[Touch-packages] [Bug 2012298] Re: PasswordAuthenticaion in sshd_config.d

2023-05-10 Thread Lena Voytek
Here's the result of me running through the test with the new version: $ lxc launch images:ubuntu/focal test-ssh-focal $ lxc exec test-ssh-focal bash # cat

[Touch-packages] [Bug 2012298] Re: PasswordAuthenticaion in sshd_config.d

2023-05-10 Thread Robie Basak
Please could someone verify that with openssh-server 1:8.2p1-4ubuntu0.7 installed in its default configuration, ssh works as expected? If you could detail the exact steps you performed to verify this and copy and paste the output of eg. "dpkg -l|grep openssh" so there is no doubt as to what was

[Touch-packages] [Bug 2012298] Re: PasswordAuthenticaion in sshd_config.d

2023-05-09 Thread Gerard Weatherby
Do we have an estimate for when this will go mainline? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to openssh in Ubuntu. https://bugs.launchpad.net/bugs/2012298 Title: PasswordAuthenticaion in sshd_config.d Status in

[Touch-packages] [Bug 2012298] Re: PasswordAuthenticaion in sshd_config.d

2023-04-17 Thread Lena Voytek
** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to openssh in Ubuntu. https://bugs.launchpad.net/bugs/2012298 Title: PasswordAuthenticaion in sshd_config.d

[Touch-packages] [Bug 2012298] Re: PasswordAuthenticaion in sshd_config.d

2023-04-14 Thread Gerard Weatherby
Tested openssh-server/focal-proposed,now 1:8.2p1-4ubuntu0.7 amd64 [installed] creating /etc/ssh/sshd_config.d/.conf: Match User PasswordAuthentication No worked as expected: prohibited password login while allow publickey authentication ** Tags removed: verification-needed-focal ** Tags

[Touch-packages] [Bug 2012298] Re: PasswordAuthenticaion in sshd_config.d

2023-04-14 Thread Steve Langasek
Hello Gerard, or anyone else affected, Accepted openssh into focal-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/openssh/1:8.2p1-4ubuntu0.7 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See

[Touch-packages] [Bug 2012298] Re: PasswordAuthenticaion in sshd_config.d

2023-04-05 Thread Lena Voytek
** Description changed: [Impact] When using the "Match" phrase in sshd_config.d files, the configuration does not apply. This leads to failures in user-specific configurations such as with PasswordAuthentication. The fix for this issue should be added to Focal to allow users to

[Touch-packages] [Bug 2012298] Re: PasswordAuthenticaion in sshd_config.d

2023-04-03 Thread Launchpad Bug Tracker
** Merge proposal linked: https://code.launchpad.net/~lvoytek/ubuntu/+source/openssh/+git/openssh/+merge/440279 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to openssh in Ubuntu. https://bugs.launchpad.net/bugs/2012298

[Touch-packages] [Bug 2012298] Re: PasswordAuthenticaion in sshd_config.d

2023-04-03 Thread Lena Voytek
** Description changed: + [Impact] + + When using the "Match" phrase in sshd_config.d files, the configuration + does not apply. This leads to failures in user-specific configurations + such as with PasswordAuthentication. + + The fix for this issue should be added to Focal to allow users to

[Touch-packages] [Bug 2012298] Re: PasswordAuthenticaion in sshd_config.d

2023-04-03 Thread Lena Voytek
Thanks for the confirmation Gerard. This fix won't be marked as a security update, but should show up in the mainline Ubuntu focal-updates repository soon once its uploaded and accepted. I don't have an exact eta, but it should happen within the next week or two. -- You received this bug

[Touch-packages] [Bug 2012298] Re: PasswordAuthenticaion in sshd_config.d

2023-04-03 Thread Gerard Weatherby
I'm not familiar with the Ubuntu update timeline -- is there an ETA for when we will see this in the mainline repository? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to openssh in Ubuntu.

[Touch-packages] [Bug 2012298] Re: PasswordAuthenticaion in sshd_config.d

2023-04-03 Thread Gerard Weatherby
@lvoytek PPA works as expected, thank you. For completeness, I'll note the affected packages appear to be: sudo apt-get install -y openssh-client openssh-server openssh-sftp- server (We manage our systems such that we don't apply non-security updates during system lifecycle so our users have a

[Touch-packages] [Bug 2012298] Re: PasswordAuthenticaion in sshd_config.d

2023-03-31 Thread Lena Voytek
Thanks for finding the commit Paride. I ported it to Focal in a PPA here: https://launchpad.net/~lvoytek/+archive/ubuntu/openssh-fix- passwordauthentication-config After testing I can confirm this worked for me, if you would like to test it though you can run the following commands: sudo

[Touch-packages] [Bug 2012298] Re: PasswordAuthenticaion in sshd_config.d

2023-03-30 Thread Paride Legovini
I think I found a relevant upstream bug [0], fixed by [1]. If the patch applies fairly cleanly to the version in Focal this could be good SRU material. [0] https://bugzilla.mindrot.org/show_bug.cgi?id=3122 [1]

[Touch-packages] [Bug 2012298] Re: PasswordAuthenticaion in sshd_config.d

2023-03-29 Thread Gerard Weatherby
I don't think it's a duplicate of 2002994. I tried moving the Include line in the main sshd_config to the end of the file and the behavior was unaffected. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to openssh in Ubuntu.

[Touch-packages] [Bug 2012298] Re: PasswordAuthenticaion in sshd_config.d

2023-03-29 Thread Christian Ehrhardt 
FYI: might be related (or even dup) of bug 2002994 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to openssh in Ubuntu. https://bugs.launchpad.net/bugs/2012298 Title: PasswordAuthenticaion in sshd_config.d Status in openssh

[Touch-packages] [Bug 2012298] Re: PasswordAuthenticaion in sshd_config.d

2023-03-24 Thread Lena Voytek
Thanks for the update! I managed to reproduce this on my end: $ lxc launch images:ubuntu/focal test-ssh-focal $ lxc exec test-ssh-focal bash # apt update && apt upgrade -y # apt install openssh-server # adduser user > ssh into container from another terminal to show pw auth is available by

[Touch-packages] [Bug 2012298] Re: PasswordAuthenticaion in sshd_config.d

2023-03-23 Thread Gerard Weatherby
Failing sshd_config ** Attachment added: "fail" https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/2012298/+attachment/5656819/+files/fail -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to openssh in Ubuntu.

[Touch-packages] [Bug 2012298] Re: PasswordAuthenticaion in sshd_config.d

2023-03-23 Thread Gerard Weatherby
working sshd_config with Match block inline. ** Attachment added: "work" https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/2012298/+attachment/5656821/+files/work -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to

[Touch-packages] [Bug 2012298] Re: PasswordAuthenticaion in sshd_config.d

2023-03-23 Thread Gerard Weatherby
sshd_config.d file that doesn't work ** Attachment added: "cweatherby.conf" https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/2012298/+attachment/5656820/+files/cweatherby.conf -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is

[Touch-packages] [Bug 2012298] Re: PasswordAuthenticaion in sshd_config.d

2023-03-21 Thread Lucas Kanashiro
Thanks for taking the time to report this bug and trying to make Ubuntu better. Could you please share your config files (anonymizing any necessary data)? The config file might be loaded but depending on the ordering and the content inside the config files the option you are setting can be