SV-234815r622137_rule
V-234815
SRG-OS-000032-GPOS-00013
SLES-15-010150
CAT II
10
Configure SSH to verbosely log connection attempts and failed logon attempts to the SUSE operating system.
Add or update the following line in the "/etc/ssh/sshd_config" file:
LogLevel VERBOSE
The SSH service will need to be restarted in order for the changes to take effect.
Verify SSH is configured to verbosely log connection attempts and failed logon attempts to the SUSE operating system.
Check that the SSH daemon configuration verbosely logs connection attempts and failed logon attempts to the server with the following command:
> sudo grep -i loglevel /etc/ssh/sshd_config
The output message must contain the following text:
LogLevel VERBOSE
If the output message does not contain "VERBOSE", the LogLevel keyword is missing, or the line is commented out, this is a finding.
V-234815
False
SLES-15-010150
Verify SSH is configured to verbosely log connection attempts and failed logon attempts to the SUSE operating system.
Check that the SSH daemon configuration verbosely logs connection attempts and failed logon attempts to the server with the following command:
> sudo grep -i loglevel /etc/ssh/sshd_config
The output message must contain the following text:
LogLevel VERBOSE
If the output message does not contain "VERBOSE", the LogLevel keyword is missing, or the line is commented out, this is a finding.
M
5274