From 82ffd43ed2eb6d3e6667464f58ee12a31e8a49c6 Mon Sep 17 00:00:00 2001 From: Damian Myrda Date: Sat, 7 Sep 2024 17:51:40 -0500 Subject: [PATCH] Fix service name --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 80587c1..afc2390 100755 --- a/setup.sh +++ b/setup.sh @@ -26,4 +26,4 @@ sudo sed -i -e 's/^#\?PasswordAuthentication .*/PasswordAuthentication no/' \ -e 's/^#\?Port .*/Port $PORT/' \ /etc/ssh/sshd_config echo "switched port to $PORT" -sudo systemctl restart sshd +sudo systemctl restart ssh -- 2.43.4