From 99faf98bf74e7d5aa8048710f4d4ffbb1f43db1d Mon Sep 17 00:00:00 2001 From: Bob Gendler Date: Fri, 11 Dec 2020 15:53:22 -0500 Subject: [PATCH] fixed sshd to ssh in the NOTE --- rules/os/os_ssh_fips_140_ciphers.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/os/os_ssh_fips_140_ciphers.yaml b/rules/os/os_ssh_fips_140_ciphers.yaml index 63ffed56..7f1bd482 100644 --- a/rules/os/os_ssh_fips_140_ciphers.yaml +++ b/rules/os/os_ssh_fips_140_ciphers.yaml @@ -7,7 +7,7 @@ discussion: | Operating systems utilizing encryption _MUST_ use FIPS validated mechanisms for authenticating to cryptographic modules. - NOTE: /etc/ssh/sshd_config will be automatically modified to its original state following any update or major upgrade to the operating system. + NOTE: /etc/ssh/ssh_config will be automatically modified to its original state following any update or major upgrade to the operating system. check: | /usr/bin/grep -c "^Ciphers aes256-ctr,aes192-ctr,aes128-ctr" /etc/ssh/ssh_config result: