]> prime8.dev >> repos - p8d.git/commitdiff
Wait for input
authorDamian Myrda <monkey.damianek@gmail.com>
Sun, 8 Sep 2024 03:41:58 +0000 (22:41 -0500)
committerDamian Myrda <monkey.damianek@gmail.com>
Sun, 8 Sep 2024 03:42:46 +0000 (22:42 -0500)
setup.sh

index 2ff5dcf1e34a0845d825ec173696207a46256c1a..33528091f408ceb446997cb47a8ae9adb68dceb1 100755 (executable)
--- 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/" \