mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-13 22:29:20 +02:00
make sure ssh certs configured during bootstrap
This commit is contained in:
parent
7b9dbd572b
commit
2e716b2444
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user