From 5d203d80b505b4f185c104513388c497bc4cca2b Mon Sep 17 00:00:00 2001 From: akanealw Date: Wed, 28 Feb 2024 22:49:53 -0600 Subject: [PATCH] testing --- debian/debian-essentials.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/debian-essentials.sh b/debian/debian-essentials.sh index 2f63415..291d33c 100755 --- a/debian/debian-essentials.sh +++ b/debian/debian-essentials.sh @@ -378,9 +378,9 @@ if [[ ! -f /root/.ssh/server-root ]] fi # restart sshd +systemctl restart ssh systemctl restart sshd - # lock root isInFile=$(cat /etc/hostname | grep -c "BackupServer") if [ $isInFile -eq 0 ]