Skip to content
Snippets Groups Projects
Verified Commit 1449d45e authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

Complete removal of SSH keys

parent 6242ec3a
No related branches found
No related tags found
1 merge request!2Draft: Makefile: Add all commands to deploy the kubernetes controlplane
...@@ -28,3 +28,4 @@ deploy: check-machine ## Deploy infrastructure on Hetzner Cloud ...@@ -28,3 +28,4 @@ deploy: check-machine ## Deploy infrastructure on Hetzner Cloud
.PHONY: destroy .PHONY: destroy
destroy: check-machine ## Destroy infrastructure on Hetzner Cloud destroy: check-machine ## Destroy infrastructure on Hetzner Cloud
cd ./terraform && make destroy cd ./terraform && make destroy
for i in node0{1..3}.$(TF_VAR_dns_domain); do ssh-keygen -R "$$i"; done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment