SV-268259r1043177_rule
V-268259
SRG-APP-000142-NDM-000245
HYCU-ND-000510
CAT I
10
Stop the SSHD daemon using the following command:
$ sudo systemctl stop sshd
Disable the SSHD daemon using the following command:
$ sudo systemctl disable sshd
Note: The service must be stopped before it can be disabled.
Verify the SSHD daemon has been disabled using the following command:
$ sudo systemctl status sshd
Loaded: loaded (/usr/lib/systemd/system/sshd.service; disabled)
Active: inactive (dead)
If the SSHD daemon is not disabled and inactive or is not documented and approved for use, this is a finding.
V-268259
False
HYCU-ND-000510
Verify the SSHD daemon has been disabled using the following command:
$ sudo systemctl status sshd
Loaded: loaded (/usr/lib/systemd/system/sshd.service; disabled)
Active: inactive (dead)
If the SSHD daemon is not disabled and inactive or is not documented and approved for use, this is a finding.
M
5660