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