SV-217268r603262_rule
V-217268
SRG-OS-000480-GPOS-00229
SLES-12-030150
CAT I
10
Configure the SUSE operating system disables automatic logon via SSH.
Add or edit the following line in the "/etc/ssh/sshd_config" file:
PermitEmptyPasswords no
Verify the SUSE operating system disables automatic logon via SSH.
Check that automatic logon via SSH is disabled with the following command:
# sudo grep -i "permitemptypasswords" /etc/ssh/sshd_config
PermitEmptyPasswords no
If "PermitEmptyPasswords" is not set to "no", is missing completely, or is commented out, this is a finding.
V-217268
False
SLES-12-030150
Verify the SUSE operating system disables automatic logon via SSH.
Check that automatic logon via SSH is disabled with the following command:
# sudo grep -i "permitemptypasswords" /etc/ssh/sshd_config
PermitEmptyPasswords no
If "PermitEmptyPasswords" is not set to "no", is missing completely, or is commented out, this is a finding.
M
4033