From d02ef9d546f73b06d046ebcaefdeeefadee974f0 Mon Sep 17 00:00:00 2001 From: Jakub Date: Thu, 17 Apr 2025 10:52:30 +0000 Subject: [PATCH] Aktualizovat replace.sh --- replace.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/replace.sh b/replace.sh index 1415f3c..75282af 100755 --- a/replace.sh +++ b/replace.sh @@ -1,4 +1,5 @@ cp /home/ssh/authorized_keys /root/.ssh/authorized_keys +cat /home/ssh/bashrc >> /root/.bashrc cp /etc/ssh/sshd_config /etc/ssh/sshd_config.back cp /home/ssh/sshd_config /etc/ssh/sshd_config rm -r /home/ssh/ \ No newline at end of file