From: Damian Myrda Date: Sun, 8 Sep 2024 03:41:58 +0000 (-0500) Subject: Wait for input X-Git-Url: http://git.prime8.dev/?a=commitdiff_plain;h=2f17b0225f9a6d7549cf17784a6ef6d0a2c2f292;p=p8d.git Wait for input --- 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/" \