diff --git a/scripts/bootstrap-vps-debian12.sh b/scripts/bootstrap-vps-debian12.sh index 1634503..c7be7fc 100644 --- a/scripts/bootstrap-vps-debian12.sh +++ b/scripts/bootstrap-vps-debian12.sh @@ -228,5 +228,5 @@ echo "" echo "Restarting SSH server in 10 seconds and ending script" sleep 10 -systemctl enable sshd -systemctl restart sshd +systemctl enable ssh +systemctl restart ssh