From c5f62204ee06a4e987d0037e9a539e1c8011a9c1 Mon Sep 17 00:00:00 2001 From: GnunuX Date: Fri, 6 Aug 2021 20:05:18 +0200 Subject: [PATCH] man systemd-sysusers: fix password to passwd --- man/systemd-sysusers.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/systemd-sysusers.xml b/man/systemd-sysusers.xml index b4500d1448a..e0a89b07122 100644 --- a/man/systemd-sysusers.xml +++ b/man/systemd-sysusers.xml @@ -172,7 +172,7 @@ for the first time it is possible to configure the root user's password to be systemd like this: - # systemd-nspawn --image=… --set-credential=password.hashed-password.root:'$y$j9T$yAuRJu1o5HioZAGDYPU5d.$F64ni6J2y2nNQve90M/p0ZP0ECP/qqzipNyaY9fjGpC' … + # systemd-nspawn --image=… --set-credential=passwd.hashed-password.root:'$y$j9T$yAuRJu1o5HioZAGDYPU5d.$F64ni6J2y2nNQve90M/p0ZP0ECP/qqzipNyaY9fjGpC' … Note again that the data specified in these credentials is consulted only when creating an account for the first time, it may not be used for changing the password or shell of an account that already -- 2.47.3