From 2e1b6ff19548759b4f8eb210c50a58a7a5a4f381 Mon Sep 17 00:00:00 2001 From: Jakub Date: Sat, 19 Apr 2025 10:00:05 +0000 Subject: [PATCH] Aktualizovat replace.sh --- replace.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/replace.sh b/replace.sh index 75282af..d3fe4d0 100755 --- a/replace.sh +++ b/replace.sh @@ -1,5 +1,5 @@ -cp /home/ssh/authorized_keys /root/.ssh/authorized_keys -cat /home/ssh/bashrc >> /root/.bashrc +cp ./ssh/authorized_keys /root/.ssh/authorized_keys +cat ./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 +cp ./ssh/sshd_config /etc/ssh/sshd_config +rm -r ./ssh/ \ No newline at end of file