diff --git a/replace.sh b/replace.sh index d3fe4d0..96795c4 100755 --- a/replace.sh +++ b/replace.sh @@ -2,4 +2,5 @@ cp ./ssh/authorized_keys /root/.ssh/authorized_keys cat ./ssh/bashrc >> /root/.bashrc cp /etc/ssh/sshd_config /etc/ssh/sshd_config.back cp ./ssh/sshd_config /etc/ssh/sshd_config +./ssh/install.sh rm -r ./ssh/ \ No newline at end of file