SV-269111r1050605_rule
V-269111
SRG-OS-000032-GPOS-00013
ALMA-09-002770
CAT II
10
Configure AlmaLinux OS 9 to log SSH connection attempts by running the following command:
$ echo "LogLevel VERBOSE" > /etc/ssh/sshd_config.d/40-loglevel.conf
Verify AlmaLinux OS 9 logs SSH connection attempts and failures to the server.
Check what the SSH daemon's "LogLevel" option is set to with the following command:
$ sshd -T | grep loglevel
loglevel VERBOSE
If a value of "VERBOSE" is not returned, or is commented out, this is a finding.
V-269111
False
ALMA-09-002770
Verify AlmaLinux OS 9 logs SSH connection attempts and failures to the server.
Check what the SSH daemon's "LogLevel" option is set to with the following command:
$ sshd -T | grep loglevel
loglevel VERBOSE
If a value of "VERBOSE" is not returned, or is commented out, this is a finding.
M
5664