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