91cf1e88dc
This patch updates all the roles to the latest available stable SHA's, copies the release notes from the updated roles into the integrated repo. Change-Id: Iebe2dfd5b1a1fd8977d13075dfe7f841e6e416a0
9 lines
343 B
YAML
9 lines
343 B
YAML
---
|
|
features:
|
|
- The ``security_sshd_permit_root_login`` setting can
|
|
now be set to change the ``PermitRootLogin`` setting
|
|
in ``/etc/ssh/sshd_config`` to any of the possible
|
|
options. Set ``security_sshd_permit_root_login`` to
|
|
one of ``without-password``, ``prohibit-password``,
|
|
``forced-commands-only``, ``yes`` or ``no``.
|