make sure ssh certs configured during bootstrap

This commit is contained in:
rootzoll 2021-08-19 20:23:12 +02:00
parent 7b9dbd572b
commit 2e716b2444

View File

@ -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