[Docs] Fix swapped docs

The docs for 040590 ended up in 040490. This patch moves them
to the right place.

Change-Id: I1b0fa65535929a628141bb22aa33fb17dcaeeeb9
This commit is contained in:
Major Hayden
2016-12-06 15:38:52 -06:00
parent ec03df773e
commit c9aaf90400
2 changed files with 18 additions and 18 deletions

View File

@@ -1,19 +1,7 @@
---
id: RHEL-07-040490
status: implemented
tag: sshd
status: not implemented
tag: misc
---
The ``Protocol`` configuration is set to ``2`` in
``/etc/ssh/sshd_config`` and sshd is restarted.
Deployers can opt out of this change by setting the following Ansible variable:
.. code-block:: yaml
security_sshd_protocol: 2
.. warning::
There is no reason to enable any other protocol than SSHv2. SSHv1 has
multiple vulnerabilities, and it is no longer widely used.
This STIG requirement is not yet implemented.

View File

@@ -1,7 +1,19 @@
---
id: RHEL-07-040590
status: not implemented
tag: misc
status: implemented
tag: sshd
---
This STIG requirement is not yet implemented.
The ``Protocol`` configuration is set to ``2`` in
``/etc/ssh/sshd_config`` and sshd is restarted.
Deployers can opt out of this change by setting the following Ansible variable:
.. code-block:: yaml
security_sshd_protocol: 2
.. warning::
There is no reason to enable any other protocol than SSHv2. SSHv1 has
multiple vulnerabilities, and it is no longer widely used.