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