SV-282494r1200462_rule
V-282494
SRG-OS-000109-GPOS-00056
TOSS-05-000239
CAT II
10
Configure the system to prevent SSH users from logging on directly as "root" by adding or modifying the following line in "/etc/ssh/sshd_config":
PermitRootLogin no
Restart the SSH daemon for the settings to take effect:
$ sudo systemctl restart sshd.service
Verify TOSS 5 remote access using SSH prevents users from logging on directly as "root" using the following command:
$ sudo /usr/sbin/sshd -dd 2>&1 | awk '/filename/ {print $4}' | tr -d '\r' | tr '\n' ' ' | xargs sudo grep -iH '^\s*permitrootlogin'
PermitRootLogin no
If the "PermitRootLogin" keyword is set to "yes", is missing, or is commented out, this is a finding.
V-282494
False
TOSS-05-000239
Verify TOSS 5 remote access using SSH prevents users from logging on directly as "root" using the following command:
$ sudo /usr/sbin/sshd -dd 2>&1 | awk '/filename/ {print $4}' | tr -d '\r' | tr '\n' ' ' | xargs sudo grep -iH '^\s*permitrootlogin'
PermitRootLogin no
If the "PermitRootLogin" keyword is set to "yes", is missing, or is commented out, this is a finding.
M
5738