SV-215402r508663_rule
V-215402
SRG-OS-000033-GPOS-00014
AIX7-00-003100
CAT II
10
Edit the "/etc/ssh/sshd_config" file and add or edit a "Ciphers" line like this:
Ciphers aes128-ctr,aes192-ctr,aes256-ctr
Restart the SSH daemon:
# stopsrc -s sshd
# startsrc -s sshd
Check the SSH daemon configuration for allowed ciphers by running the following command:
# grep -i ciphers /etc/ssh/sshd_config | grep -v '^#'
The above command should yield the following output:
Ciphers aes128-ctr,aes192-ctr,aes256-ctr
If any of the following conditions are true, this is a finding.
1. No line is returned (default ciphers);
2. The returned ciphers list contains any cipher not starting with aes;
3. The returned ciphers list contains any cipher ending with cbc.
V-215402
False
AIX7-00-003100
Check the SSH daemon configuration for allowed ciphers by running the following command:
# grep -i ciphers /etc/ssh/sshd_config | grep -v '^#'
The above command should yield the following output:
Ciphers aes128-ctr,aes192-ctr,aes256-ctr
If any of the following conditions are true, this is a finding.
1. No line is returned (default ciphers);
2. The returned ciphers list contains any cipher not starting with aes;
3. The returned ciphers list contains any cipher ending with cbc.
M
4012