From 78e4da15dbdf512c128748bcd76f0d457754090b Mon Sep 17 00:00:00 2001 From: Christopher Fremond <34804391+Frenchris@users.noreply.github.com> Date: Thu, 15 Sep 2022 17:49:58 +0100 Subject: [PATCH] Update preseed.cfg Updating the authorized keys for the preseed to reflect current company policies --- sh/debian/preseed.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sh/debian/preseed.cfg b/sh/debian/preseed.cfg index 678bf2d1..7689eaf4 100644 --- a/sh/debian/preseed.cfg +++ b/sh/debian/preseed.cfg @@ -2,7 +2,7 @@ d-i anna/choose_modules string network-console d-i preseed/early_command string anna-install network-console -d-i network-console/authorized_keys_url string https://github.com/xpetit.keys +d-i network-console/authorized_keys_url string https://github.com/{Frenchris,kigiri,HarryVasanth}.keys d-i network-console/password-disabled boolean true d-i debian-installer/locale string en_US