action #105040
Updated by okurz almost 3 years ago
## Description
For system with Common Criteria role enabled, root ssh is not permitted by default, and it is hard request for Common Criteria.
However, in current openQA tests on s390x, select_console 'root-console' will try to ssh login with root user by default.
I did some workaround to by pass the issue with below commit:
https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/13305
please refer to https://progress.opensuse.org/issues/99096 #99096
However, I don't think it is good enough since I change the default security level.
## Expection
Can we do some enhancement for select_console 'root-console' utility on s390x?
even root ssh is not permitted by default, we can still access into the root console.