From a202c9e37c046a83d927cf60b45f62263c468a80 Mon Sep 17 00:00:00 2001 From: Konrad Bucheli Date: Tue, 4 Oct 2022 09:43:06 +0200 Subject: [PATCH] use SHA512 for password hashing --- admin-guide/mgmt-tools/bob.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin-guide/mgmt-tools/bob.rst b/admin-guide/mgmt-tools/bob.rst index 52b7f511..1e0c7a56 100644 --- a/admin-guide/mgmt-tools/bob.rst +++ b/admin-guide/mgmt-tools/bob.rst @@ -84,7 +84,7 @@ root password The root password can be set with the attribute ``rootpw``. The value of the attribute must be the password hash, and can be generated with the command -``openssl passwd -1 "this is the password"`` +``openssl passwd -6 "this is the password"`` partitions ~~~~~~~~~~