From 7fdf0f2b21a0b169e560370249738118e36928ec Mon Sep 17 00:00:00 2001 From: Doc Date: Sun, 14 Dec 2025 21:19:34 -0500 Subject: [PATCH] Corrected name of service Corrected name of service to enable from sshd -> ssh --- scripts/bootstrap-vps-debian12.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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