From bf7e86fb13eb889faadcc5309ccee481db4c8edf Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Tue, 2 Jun 2020 13:04:46 -0400 Subject: [PATCH] fix: drop existing key --- tests.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/tests.mk b/tests.mk index aa955e6d6..f252a0664 100644 --- a/tests.mk +++ b/tests.mk @@ -78,6 +78,7 @@ endif endif @echo "-----> Installing SSH public key..." + rm -f /home/dokku/.ssh/authorized_keys sudo sshcommand acl-remove dokku test cat /root/.ssh/dokku_test_rsa.pub | sudo sshcommand acl-add dokku test