
This patch gets the docs adjusted to work with the new RHEL 7 STIG version 1 release. The new STIG release has changed all of the numbering, but it maintains a link to (most) of the old STIG IDs in the XML. Closes-bug: 1676865 Change-Id: I65023fe63163c9804a3aec9dcdbf23c69bedb604
16 lines
369 B
ReStructuredText
16 lines
369 B
ReStructuredText
---
|
|
id: V-72253
|
|
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:
|
|
|
|
.. code-block:: yaml
|
|
|
|
security_sshd_allowed_macs: 'hmac-sha2-256,hmac-sha2-512'
|