action #156058
open[SLE15SP6] test fails in sshd
0%
Description
Observation¶
openQA test in scenario sle-15-SP6-Online-V-Staging-x86_64-minimal+base@64bit fails in
sshd
Test suite description¶
Maintainers: QE Core
Select a minimal textmode installation by starting with the default and unselecting all patterns except for "base" and "minimal". Not to be confused with the new system role "minimal" introduced with SLE15.
Reproducible¶
Fails since (at least) Build V.19.5
Expected result¶
Last good: V.19.2 (or more recent)
Further details¶
Always latest result in this scenario: latest
This is related to behaviour change since OpenSSH 8.5. UpdateHostKeys is now enabled by default, and calling the ssh client with -o HostKeyAlgorithms=<single_algorithm>
would then drop the other, now "foreign" algorithms from ~/.ssh/known_hosts, making the subsequent HostKeyAlgorithms tests fail.
Updated by epaolantonio 11 months ago
Prepared a fix here: https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/18735