From: Damian Myrda Date: Sat, 7 Sep 2024 22:51:40 +0000 (-0500) Subject: Fix service name X-Git-Url: http://git.prime8.dev/?a=commitdiff_plain;h=82ffd43ed2eb6d3e6667464f58ee12a31e8a49c6;p=p8d.git Fix service name --- 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