SV-226482r603265_rule
V-226482
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-226482
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
4060