From 84c10dffb4f7ac0fc34de762fa43d64a212d0651 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Wed, 17 Mar 2021 21:44:54 +0200
Subject: [PATCH] Force recreate .ssh/local keypair.

---
 Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile b/Makefile
index 2dd9925..fe398c8 100644
--- a/Makefile
+++ b/Makefile
@@ -196,6 +196,7 @@ Documents/bin/rabbitmqadmin:
 	-Documents/bin/rabbitmqadmin --bash-completion > $@
 
 .ssh/localhost:
+	-rm $@ $@.pub
 	ssh-keygen -t ecdsa -N '' -C localhost -f $@
 
 .ssh/localhost.pub: .ssh/localhost
-- 
GitLab