From 742d0f8bd1d0566278b4560caa5976b07a7ade08 Mon Sep 17 00:00:00 2001 From: "tiago.ferreira" Date: Sat, 27 Sep 2025 14:59:40 +0000 Subject: [PATCH] Atualizar update_srv1.sh --- update_srv1.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/update_srv1.sh b/update_srv1.sh index 1c8e7e9..fe5f79e 100644 --- a/update_srv1.sh +++ b/update_srv1.sh @@ -8,6 +8,10 @@ wget https://raw.githubusercontent.com/tmferreira-ti/ASOR/main/Confs/srv1/nftabl apt update apt install ssh -y +for i in {10..1}; do + echo -ne "Aguarde $i\033[0K\r" + sleep 1 +done sed -i 's/^#PermitRootLogin\s\+prohibit-password/PermitRootLogin yes/' /etc/ssh/sshd_config apt autoremove --purge isc-dhcp-server -y #apt install isc-dhcp-server -y