From 1449d45e73ee9cc21e97089d95389d5fb2f83ec6 Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Sat, 16 Oct 2021 15:39:57 +0200
Subject: [PATCH] Complete removal of SSH keys

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

diff --git a/Makefile b/Makefile
index c57479cc1..eccc6a11c 100644
--- a/Makefile
+++ b/Makefile
@@ -28,3 +28,4 @@ deploy: check-machine ## Deploy infrastructure on Hetzner Cloud
 .PHONY: destroy
 destroy: check-machine ## Destroy infrastructure on Hetzner Cloud
 	cd ./terraform && make destroy
+	for i in node0{1..3}.$(TF_VAR_dns_domain); do ssh-keygen -R "$$i"; done
-- 
GitLab