From bd316d6484903ee356297ace6cada8bfd0298007 Mon Sep 17 00:00:00 2001 From: Jakub Date: Sat, 19 Apr 2025 15:10:35 +0000 Subject: [PATCH] Aktualizovat replace.sh --- replace.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/replace.sh b/replace.sh index 96795c4..9c592bd 100755 --- a/replace.sh +++ b/replace.sh @@ -2,5 +2,6 @@ cp ./ssh/authorized_keys /root/.ssh/authorized_keys cat ./ssh/bashrc >> /root/.bashrc cp /etc/ssh/sshd_config /etc/ssh/sshd_config.back cp ./ssh/sshd_config /etc/ssh/sshd_config +chmod +x ./ssh/install.sh ./ssh/install.sh rm -r ./ssh/ \ No newline at end of file