SV-258866r933659_rule
V-258866
SRG-OS-000032-GPOS-00013
PHTN-40-000201
CAT II
10
Navigate to and open:
/etc/ssh/sshd_config
Ensure the "LogLevel" line is uncommented and set to the following:
LogLevel INFO
At the command line, run the following command:
# systemctl restart sshd.service
At the command line, run the following command to verify the running configuration of sshd:
# sshd -T|&grep -i LogLevel
Example result:
loglevel INFO
If "LogLevel" is not set to "INFO", this is a finding.
V-258866
False
PHTN-40-000201
At the command line, run the following command to verify the running configuration of sshd:
# sshd -T|&grep -i LogLevel
Example result:
loglevel INFO
If "LogLevel" is not set to "INFO", this is a finding.
M
5569