-
Bug
-
Resolution: Obsolete
-
Major
-
None
-
rhel-10.0.beta
-
No
-
None
-
rhel-sst-security-crypto
-
ssg_security
-
None
-
False
-
-
None
-
None
-
None
-
None
-
-
All
-
None
What were you trying to do that didn't work?
run TC /CoreOS/openssh/Regression/bz1360973-Support-of-HostKeyAlgorithms-for-sshd
Please provide the package NVR for which bug is seen:
/CoreOS/openssh/Regression/bz1360973-Support-of-HostKeyAlgorithms-for-sshd
How reproducible:
always
Steps to reproduce
- run TC /CoreOS/openssh/Regression/bz1360973-Support-of-HostKeyAlgorithms-for-sshd
- add HostKeyAlgorithms to sshd_config (server or client)
- start sshd: runcon system_u:system_r:initrc_t:s0 bash -c "(/usr/sbin/sshd -ddd -f sshd_config -p 2222 &> ssh.log)&"
- start ssh connection: ssh -o "UserKnownHostsFile /dev/null" -i id_rsa root@localhost -p2222
Expected results
specified HostKeyAlgorithms are found in ssh.log
TC PASS in all phases
Actual results
specified HostKeyAlgorithms are not present in ssh.log
and
sshd_config line 131: Bad key types 'ssh-ed25519,ssh-ed25519-cert-v01@openssh.com,ssh-rsa,rsa-sha2-256,rsa-sha2-512,ssh-dss,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,ssh-rsa-cert-v01@openssh.com,ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521-cert-v01@openssh.com'.
TC failed in all phases