Corrected name of service

Corrected name of service to enable from sshd -> ssh
This commit is contained in:
Doc
2025-12-14 21:19:34 -05:00
parent 21b3784006
commit 7fdf0f2b21

View File

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