From 2f17b0225f9a6d7549cf17784a6ef6d0a2c2f292 Mon Sep 17 00:00:00 2001 From: Damian Myrda Date: Sat, 7 Sep 2024 22:41:58 -0500 Subject: [PATCH] Wait for input --- setup.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.sh b/setup.sh index 2ff5dcf..3352809 100755 --- a/setup.sh +++ b/setup.sh @@ -18,6 +18,9 @@ sudo ufw allow 2222,80,443,25,143,465,587,993,22,9418/tcp sudo ufw enable echo "firewall set up" +echo "copy your ssh public key to server" +read -p "press enter to continue" + echo "securing ssh" PORT=2222 sudo sed -i -e "s/^#\?PasswordAuthentication .*/PasswordAuthentication no/" \ -- 2.43.4