From 30c32edd3eb0079ca3f958fa129750ac7c9579e7 Mon Sep 17 00:00:00 2001 From: Guido Berhoerster Date: Thu, 24 Aug 2023 15:37:01 +0200 Subject: Recommend the use of yescrypt password hashes This follows the default since Debian bullseye. --- conf/debian-edu/debian-edu-fai.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/debian-edu/debian-edu-fai.conf b/conf/debian-edu/debian-edu-fai.conf index 0dd8c2f..2013591 100644 --- a/conf/debian-edu/debian-edu-fai.conf +++ b/conf/debian-edu/debian-edu-fai.conf @@ -63,12 +63,12 @@ #default_arch="i386" # Password for the root account of FAI-installed devices (and for the installer chroot). -# Use '$ echo "yoursecrectpassword" | mkpasswd -m md5 -s' to create the pwhash. +# Use 'mkpasswd -m yescrypt' to create the pwhash. # If not specified, the host's root password will be used... #rootpw='' # For a local user account that can get created -# Use '$ echo "yoursecrectpassword" | mkpasswd -m md5 -s' to create the pwhash. +# Use 'mkpasswd -m yescrypt' to create the pwhash. # If not specified, no local user account will be added to the FAI-installed system. #localuser='' #localuserpw='' -- cgit v1.2.3