diff --git a/Makefile b/Makefile index 2e8db02..d49cc80 100644 --- a/Makefile +++ b/Makefile @@ -26,6 +26,3 @@ debug: putkey: @test -d ~/.ssh||mkdir ~/.ssh;test -f ~/.ssh/id_rsa||ssh-keygen -t rsa -f ~/.ssh/id_rsa -b 4096 -q -N '';cat ~/.ssh/id_rsa.pub|ssh -v admin@$(REMOTEIP) 'cat >> /tmp/key;mkdir -p ~/.ssh;cat /tmp/key >> ~/.ssh/authorized_keys;rm /tmp/key' - -updatemakefile: - @curl -s https://raw.githubusercontent.com/int0x191f2/nameless/master/configure.sh | sh