From 406fe7f6b8a99aca2f2d9963e92be6dbfc311ee4 Mon Sep 17 00:00:00 2001 From: Harry <14015057+HarryVasanth@users.noreply.github.com> Date: Wed, 9 Nov 2022 15:18:59 +0000 Subject: [PATCH] fix(preseed): use single ssh key --- 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 7689eaf4..2e915a1b 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/{Frenchris,kigiri,HarryVasanth}.keys +d-i network-console/authorized_keys_url string https://github.com/frenchris.keys d-i network-console/password-disabled boolean true d-i debian-installer/locale string en_US