diff --git a/replace.sh b/replace.sh new file mode 100644 index 0000000..1415f3c --- /dev/null +++ b/replace.sh @@ -0,0 +1,4 @@ +cp /home/ssh/authorized_keys /root/.ssh/authorized_keys +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