
This patch is a follow-on docs patch for the sshd configuration work. Implements: blueprint security-rhel7-stig Change-Id: Ie140302bd0a20282f2f08a1296e04217e52da114
376 B
376 B
---id: RHEL-07-040620 status: implemented tag: sshd ---
The MACs
configuration is set to
hmac-sha2-256,hmac-sha2-512
in
/etc/ssh/sshd_config
and sshd is restarted.
Deployers can adjust the allowed Message Authentication Codes (MACs) by setting the following Ansible variable:
security_sshd_allowed_macs: 'hmac-sha2-256,hmac-sha2-512'