From 50c35617104a50615a1e17a8f2c0083698fc2f6f Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Wed, 8 Sep 2021 10:35:21 +0200 Subject: [PATCH] Main:Inst updated ssh service name sshd->ssh Since in Debian 11 `ssh` is more reliable then 'sshd' --- installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer.sh b/installer.sh index 8734d87..a448181 100644 --- a/installer.sh +++ b/installer.sh @@ -757,7 +757,7 @@ done # Services # ##------------## -systemctl reload sshd fail2ban +systemctl reload ssh fail2ban ##-------##