SV-227608r603266_rule
V-227608
SRG-OS-000074
GEN001100
CAT I
10
Enable SSH on the system and use it for all remote connections used to attain root access.
Determine if root has logged in over an unencrypted network connection.
First, determine if root has logged in over a network.
Procedure:
# last | grep "^root " | egrep -v "reboot|console" | more
Next, determine if the SSH daemon is running.
Procedure:
# ps -ef |grep sshd
If root has logged in over the network and SSHD is not running, this is a finding.
V-227608
False
GEN001100
Determine if root has logged in over an unencrypted network connection.
First, determine if root has logged in over a network.
Procedure:
# last | grep "^root " | egrep -v "reboot|console" | more
Next, determine if the SSH daemon is running.
Procedure:
# ps -ef |grep sshd
If root has logged in over the network and SSHD is not running, this is a finding.
M
4061