Bug 1211914 - [Build E.774.1] "scp /etc/{group,passwd} /tmp" no longer works with openssh 9.3p1
Summary: [Build E.774.1] "scp /etc/{group,passwd} /tmp" no longer works with openssh 9...
Status: RESOLVED INVALID
Alias: None
Product: openSUSE Tumbleweed
Classification: openSUSE
Component: Other (show other bugs)
Version: Current
Hardware: Other Other
: P2 - High : Normal (vote)
Target Milestone: ---
Assignee: Hans Petter Jansson
QA Contact: E-mail List
URL: https://openqa.opensuse.org/tests/331...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-06-01 12:27 UTC by Dominique Leuenberger
Modified: 2023-06-01 13:16 UTC (History)
1 user (show)

See Also:
Found By: openQA
Services Priority:
Business Priority:
Blocker: Yes
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dominique Leuenberger 2023-06-01 12:27:18 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)
Comment 1 Thorsten Kukuk 2023-06-01 13:13:13 UTC
https://bugzilla.mindrot.org/show_bug.cgi?id=3488

So the change is wanted and the test suite has to be adjusted.
Comment 2 Dominique Leuenberger 2023-06-01 13:16:18 UTC
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.