diff --git a/Makefile b/Makefile index cd7312c..1bee007 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,5 @@ apply: ansible-playbook debian.yml -u root -i "127.0.0.1," init: - ansible-playbook debian.yml -u root -i "127.0.0.1," -k + ssh root@127.0.0.1 mkdir -p .ssh + cat ~/.ssh/id_rsa.pub | ssh root@127.0.0.1 "cat >> .ssh/authorized_key"