From 2e716b2444712f326c38c50f290077f3c4f7cf77 Mon Sep 17 00:00:00 2001 From: rootzoll Date: Thu, 19 Aug 2021 20:23:12 +0200 Subject: [PATCH] make sure ssh certs configured during bootstrap --- home.admin/_bootstrap.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home.admin/_bootstrap.sh b/home.admin/_bootstrap.sh index ae323b5a6..50ec1b223 100755 --- a/home.admin/_bootstrap.sh +++ b/home.admin/_bootstrap.sh @@ -105,6 +105,9 @@ if [ "${provisionFlagExists}" == "1" ]; then exit 1 fi +# make sure SSH server certs are configured +sudo dpkg-reconfigure openssh-server + ###################################### # SECTION FOR POSSIBLE REBOOT ACTIONS systemInitReboot=0