From a9bf9661885a4d90dfdc4537172aab77f765a072 Mon Sep 17 00:00:00 2001 From: "Brett T. Warden" Date: Tue, 13 Sep 2022 14:45:35 -0700 Subject: [PATCH] Remove escaping from installer config password hashes Password hashes in the installer configuration yaml are written as-is to `/etc/shadow`. The backslashes preceding `$` are unnecessary and produce an invalid hash string that will prevent login. --- source/get-started/ipxe-install.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/get-started/ipxe-install.rst b/source/get-started/ipxe-install.rst index 4b1b37c5..466991f5 100644 --- a/source/get-started/ipxe-install.rst +++ b/source/get-started/ipxe-install.rst @@ -285,12 +285,12 @@ YAML syntax. - login: clrlinux username: Clear Linux # Password is "clear123" - password: \$6\$SJJMfnInWQg.CvMA\$m2F8dJGj71zvi9mSNMktHMsPH3qhBm8pgXDNdaBe2yFfgi479JXvEqWkvQ6OxIUgGNQ5YXFIF0tCn.hEXB90G/ + password: $6$SJJMfnInWQg.CvMA$m2F8dJGj71zvi9mSNMktHMsPH3qhBm8pgXDNdaBe2yFfgi479JXvEqWkvQ6OxIUgGNQ5YXFIF0tCn.hEXB90G/ admin: true - login: root username: Root Root # Password is "clear123" - password: \$6\$SJJMfnInWQg.CvMA\$m2F8dJGj71zvi9mSNMktHMsPH3qhBm8pgXDNdaBe2yFfgi479JXvEqWkvQ6OxIUgGNQ5YXFIF0tCn.hEXB90G/ + password: $6$SJJMfnInWQg.CvMA$m2F8dJGj71zvi9mSNMktHMsPH3qhBm8pgXDNdaBe2yFfgi479JXvEqWkvQ6OxIUgGNQ5YXFIF0tCn.hEXB90G/ admin: true pre-install: [