From 2328a6cb6046f3d1d6a105d091fea842cdfaa402 Mon Sep 17 00:00:00 2001 From: "Collin J. Doering" Date: Sun, 5 Mar 2023 02:31:45 -0500 Subject: [PATCH] deploy/dash0-home-rekahsoft-ca.scm: Adjust host key after its rotation --- deploy/dash0-home-rekahsoft-ca.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/dash0-home-rekahsoft-ca.scm b/deploy/dash0-home-rekahsoft-ca.scm index 9587e8b..c7cfd10 100644 --- a/deploy/dash0-home-rekahsoft-ca.scm +++ b/deploy/dash0-home-rekahsoft-ca.scm @@ -7,7 +7,7 @@ (environment managed-host-environment-type) (configuration (machine-ssh-configuration (host-name "dash0.home.rekahsoft.ca") - (host-key "TODO") + (host-key "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAv65AjAwV/oHE2krai3mfaXVL8HQEPrpRs+xMoSbRXT root@(none)") (system "x86_64-linux") (user "auto") (identity ".deploy-key")