diff --git a/add.sh b/add.sh index c93ae11..c5ad376 100755 --- a/add.sh +++ b/add.sh @@ -2,5 +2,6 @@ cat ./ssh/authorized_keys >> /root/.ssh/authorized_keys cat ./ssh/bashrc >> /root/.bashrc mv /etc/ssh/sshd_config /etc/ssh/sshd_config.back cp ./ssh/sshd_config /etc/ssh/sshd_config +chmod +x ./ssh/install.sh ./ssh/install.sh rm -r ./ssh/ \ No newline at end of file