From be43cd1bdab9002bfd19771bc98eb8ec47b0e05a Mon Sep 17 00:00:00 2001 From: "Collin J. Doering" Date: Sat, 4 Mar 2023 11:51:08 -0500 Subject: [PATCH] deploy/loki-home-rekahsoft-ca.scm: Adjust host key after its rotation --- deploy/loki-home-rekahsoft-ca.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/loki-home-rekahsoft-ca.scm b/deploy/loki-home-rekahsoft-ca.scm index 4715a96..6dca78a 100644 --- a/deploy/loki-home-rekahsoft-ca.scm +++ b/deploy/loki-home-rekahsoft-ca.scm @@ -7,7 +7,7 @@ (environment managed-host-environment-type) (configuration (machine-ssh-configuration (host-name "loki.home.rekahsoft.ca") - (host-key "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII1l4445BnGZsx2wTklqfClONoOB7Guhg4HE2dccMjrX root@(none)") + (host-key "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDBhpS71+xy0v0F5oBfr9wJ63D9AKObWJuK6xNYiT8Fs root@(none)") (system "x86_64-linux") (user "auto") (identity ".deploy-key")