From 9cd9e0ddff8b866e6b822de44fbfe2c65fcc784b Mon Sep 17 00:00:00 2001 From: Jakub Date: Sat, 19 Apr 2025 10:00:47 +0000 Subject: [PATCH] Aktualizovat run.sh --- run.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/run.sh b/run.sh index 024ebc1..92100d0 100755 --- a/run.sh +++ b/run.sh @@ -1,5 +1,5 @@ -cat /home/ssh/authorized_keys >> /root/.ssh/authorized_keys -cat /home/ssh/bashrc >> /root/.bashrc +cat ./ssh/authorized_keys >> /root/.ssh/authorized_keys +cat ./ssh/bashrc >> /root/.bashrc mv /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