mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 18:00:35 +00:00
20 lines
458 B
ReStructuredText
20 lines
458 B
ReStructuredText
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
|
|
|