SV-282524r1201364_rule
V-282524
SRG-OS-000250-GPOS-00093
TOSS-05-000243
CAT II
10
Configure the TOSS 5 SSH client to only use ciphers employing FIPS 140-3-approved algorithms by updating the "/etc/crypto-policies/back-ends/openssh.config" file with the following line:
Ciphers aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr
Restart the system for the changes to take effect.
Verify the SSH client is configured to use only ciphers employing FIPS 140-3-approved algorithms using the following command:
$ sudo grep -i ciphers /etc/crypto-policies/back-ends/openssh.config
Ciphers aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr
If the cipher entries in the "openssh.config" file have any ciphers other than "aes256-gcm@openssh.com", "chacha20-poly1305@openssh.com", "aes256-ctr,aes128-gcm@openssh.com", "aes128-ctr"; the order differs from the example above; they are missing; or commented out, this is a finding.
V-282524
False
TOSS-05-000243
Verify the SSH client is configured to use only ciphers employing FIPS 140-3-approved algorithms using the following command:
$ sudo grep -i ciphers /etc/crypto-policies/back-ends/openssh.config
Ciphers aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr
If the cipher entries in the "openssh.config" file have any ciphers other than "aes256-gcm@openssh.com", "chacha20-poly1305@openssh.com", "aes256-ctr,aes128-gcm@openssh.com", "aes128-ctr"; the order differs from the example above; they are missing; or commented out, this is a finding.
M
5738