Bugzilla – Bug 1211914
[Build E.774.1] "scp /etc/{group,passwd} /tmp" no longer works with openssh 9.3p1
Last modified: 2023-06-01 13:16:32 UTC
## Observation openSSH 9.3p1 has been submitted for inclusion into openSUSE:Factory (aka Tumbleweed) openQA has blocked this submission, as a test fails on execution: scp -4v 'sshboy@localhost:/etc/{group,passwd}' /tmp in the log output of scp, one can find: scp: /etc/{group,passwd}: No such file or directory thus indicating that this no longer properly expands to /etc/group /etc/shadow as it used to. openQA test in scenario opensuse-Staging:E-Staging-DVD-x86_64-textmode@64bit fails in [sshd](https://openqa.opensuse.org/tests/3313061/modules/sshd/steps/142) ## Test suite description Installation in textmode and selecting the textmode "desktop" during installation. ## Reproducible Fails since (at least) Build [E.774.1](https://openqa.opensuse.org/tests/3313061) (current job) ## Expected result Last good: [E.773.1](https://openqa.opensuse.org/tests/3307501) (or more recent) ## Further details Always latest result in this scenario: [latest](https://openqa.opensuse.org/tests/latest?arch=x86_64&distri=opensuse&flavor=Staging-DVD&machine=64bit&test=textmode&version=Staging%3AE)
https://bugzilla.mindrot.org/show_bug.cgi?id=3488 So the change is wanted and the test suite has to be adjusted.
Filed as a test issue: https://progress.opensuse.org/issues/130240 looking at https://bugzilla.mindrot.org/show_bug.cgi?id=3488, this was not really supposed to ever work.