
This patch is a follow-on docs patch for the sshd configuration work. Implements: blueprint security-rhel7-stig Change-Id: Ie140302bd0a20282f2f08a1296e04217e52da114
351 B
351 B
---id: RHEL-07-040110 status: implemented tag: sshd ---
The Ciphers
configuration is set to
aes128-ctr,aes192-ctr,aes256-ctr
in
/etc/ssh/sshd_config
and sshd is restarted.
Deployers can change the list of ciphers by setting the following Ansible variable:
security_sshd_cipher_list: 'cipher1,cipher2,cipher3'