Skip to content

RHEL 9 SSH server configuration file must have mode 0600 or less permissive.

An XCCDF Rule

Description

Service configuration files enable or disable features of their respective services that if configured incorrectly can lead to insecure and vulnerable configurations. Therefore, service configuration files should be owned by the correct group to prevent unauthorized changes.

ID
SV-257999r1045061_rule
Version
RHEL-09-255115
Severity
Medium
References
Updated

Remediation Templates

A Manual Procedure

Configure the "/etc/ssh/sshd_config" permissions to be "0600" with the following command:

$ sudo chmod 0600 /etc/ssh/sshd_config