SV-215284r508663_rule
V-215284
SRG-OS-000423-GPOS-00187
AIX7-00-002097
CAT II
10
If the SSH server package is not installed, install "openssh.base.server" package and config the SSH daemon.
If the ssh demon is not "active", run the following command to start it:
# startsrc -s sshd
Run the following command to check if SSH server package is installed:
# lslpp -l | grep -i ssh
openssh.base.client 6.0.0.6201 COMMITTED Open Secure Shell Commands
openssh.base.server 6.0.0.6201 COMMITTED Open Secure Shell Server
openssh.man.en_US 6.0.0.6201 COMMITTED Open Secure Shell
If package "openssh.base.server" is not installed, this is a finding.
Run the following command to check if the SSH daemon is running:
# lssrc -s sshd | grep active
sshd ssh 3670408 active
If "sshd" is "inoperative", this is a finding.
V-215284
False
AIX7-00-002097
Run the following command to check if SSH server package is installed:
# lslpp -l | grep -i ssh
openssh.base.client 6.0.0.6201 COMMITTED Open Secure Shell Commands
openssh.base.server 6.0.0.6201 COMMITTED Open Secure Shell Server
openssh.man.en_US 6.0.0.6201 COMMITTED Open Secure Shell
If package "openssh.base.server" is not installed, this is a finding.
Run the following command to check if the SSH daemon is running:
# lssrc -s sshd | grep active
sshd ssh 3670408 active
If "sshd" is "inoperative", this is a finding.
M
4012