[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:
@@ -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.
|
||||
|
@@ -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.
|
||||
|
Reference in New Issue
Block a user