If the "HostbasedAuthentication" keyword is not set to "no", is missing, or is commented out, this is a finding.
If the required value is not set, this is a finding.
Fix
To configure RHEL 9 to not allow a noncertificate trusted host SSH logon to the system, add or modify the following line in "/etc/ssh/sshd_config" or in a file in "/etc/ssh/sshd_config.d".
HostbasedAuthentication no
Restart the SSH daemon for the settings to take effect: