bootstrap-vz/bootstrapvz/plugins/root_password
2017-11-28 09:38:15 -08:00
..
__init__.py Systematically use rel_path for relative paths 2016-09-12 19:11:20 +02:00
manifest-schema.yml Added password-crypted to root-password plugin 2017-11-28 09:38:15 -08:00
README.rst Added password-crypted to root-password plugin 2017-11-28 09:38:15 -08:00
tasks.py Added password-crypted to root-password plugin 2017-11-28 09:38:15 -08:00

root password
-------------

Sets the root password. This plugin removes the task that disables the
SSH password authentication.

Settings
~~~~~~~~
``oneOf``

-  ``password``: The password for the root user.
-  ``password-crypted``: The password for the root user[crypt(3) hash]

The following command (available from the **whois** package) can be used
to generate a SHA-512 based crypt(3) hash for a password:

.. code-block:: shell

  mkpasswd -m sha-512