make sure ssd is started

This commit is contained in:
rootzoll
2021-08-20 00:36:11 +02:00
parent 018ef7eb4b
commit 38cc41f069

View File

@@ -105,8 +105,10 @@ if [ "${provisionFlagExists}" == "1" ]; then
exit 1
fi
# make sure SSH server certs are configured
# make sure SSH server certs are configured & sshd is running
sudo systemctl stop sshd
sudo dpkg-reconfigure openssh-server
sudo systemctl start sshd
######################################
# SECTION FOR POSSIBLE REBOOT ACTIONS