You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Permissions for the private key file are too open (It is required that your private key files are NOT accessible by others) and so the PK is ignored. This affects the following test cases:
/Sanity/test-ansible-playbook-run CIS Workstation (GUI) in RHEL 8.8 and RHEL 7.9.
/Sanity/test-profiles-remediation CUI, CIS Workstation L2 (GUI) in RHEL 8.8 and RHEL 7.9.
/Sanity/test-profiles-ansible-remediation CUI, CIS Workstation L2 (GUI) in RHEL 9.2, RHEL 8.8 and RHEL 7.9.
/Regression/profile_rule_list_validation in RHEL 7.9.
/Sanity/ansible-machine-hardening CIS Server Level 2 in RHEL 9.2, RHEL 8.8 and RHEL 7.9.
SCAP Security Guide Version:
Operating System Version:
RHEL 9.2, RHEL 8.8, RHEL 7.9
Steps to Reproduce:
Run Ansible remediations.
Actual Results:
TASK [Insert correct line to /etc/ssh/sshd_config] *****************************
fatal: FAILED! => {"changed": false, "msg": "failed to validate: rc:1 error:
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
WARNING: UNPROTECTED PRIVATE KEY FILE!
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Permissions 0640 for '/etc/ssh/ssh_host_rsa_key' are too open.
It is required that your private key files are NOT accessible by others.
This private key will be ignored.
Unable to load host key \"/etc/ssh/ssh_host_rsa_key\": bad permissions
Unable to load host key: /etc/ssh/ssh_host_rsa_key
Expected Results:
TASK [Insert correct line to /etc/ssh/sshd_config] *****************************
ok: [...]
Description of problem:
Permissions for the private key file are too open (It is required that your private key files are NOT accessible by others) and so the PK is ignored. This affects the following test cases:
RHEL 8.8
andRHEL 7.9
.RHEL 8.8
andRHEL 7.9
.RHEL 9.2
,RHEL 8.8
andRHEL 7.9
.RHEL 7.9
.RHEL 9.2
,RHEL 8.8
andRHEL 7.9
.SCAP Security Guide Version:
Operating System Version:
RHEL 9.2
,RHEL 8.8
,RHEL 7.9
Steps to Reproduce:
Actual Results:
Expected Results:
Additional Information/Debugging Steps:
It affects the following set of rules:
The text was updated successfully, but these errors were encountered: