From 9e583f422fad01db1c2b652d687d20d8de2d3330 Mon Sep 17 00:00:00 2001 From: Thomas Cole Date: Mon, 12 Jul 2021 20:42:31 -0400 Subject: [PATCH] Remove clear text password options. Note. Even prior to the commit the clear text passwords were not what was hashed. --- preseed.cfg | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/preseed.cfg b/preseed.cfg index 9ea9ba0..0e60209 100644 --- a/preseed.cfg +++ b/preseed.cfg @@ -39,19 +39,13 @@ d-i mirror/http/directory string /debian d-i mirror/http/proxy string ### Account setup -# Root password, either in clear text -#d-i passwd/root-password password testroot -#d-i passwd/root-password-again password testroot -# or encrypted using a crypt(3) hash. +# Root password d-i passwd/root-password-crypted password RagByQTSHsyIY # To create a normal user account. d-i passwd/user-fullname string CLC User d-i passwd/username string clc -# Normal user's password, either in clear text -#d-i passwd/user-password password passwd -#d-i passwd/user-password-again password passwd -# or encrypted using a crypt(3) hash. +# Normal user's password d-i passwd/user-password-crypted password JY0jSrbzJgbx2 ### Clock and time zone setup