From 26d9b8c0ecb5c1cf3ac26660a71798e382dab623 Mon Sep 17 00:00:00 2001 From: "Collin J. Doering" Date: Sun, 5 Mar 2023 21:34:34 -0500 Subject: [PATCH] deploy/ci0-home-rekahsoft-ca.scm: Adjust host key after its rotation --- deploy/ci0-home-rekahsoft-ca.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/ci0-home-rekahsoft-ca.scm b/deploy/ci0-home-rekahsoft-ca.scm index 7a1bada..e671c3e 100644 --- a/deploy/ci0-home-rekahsoft-ca.scm +++ b/deploy/ci0-home-rekahsoft-ca.scm @@ -7,7 +7,7 @@ (environment managed-host-environment-type) (configuration (machine-ssh-configuration (host-name "ci0.home.rekahsoft.ca") - (host-key "TODO") + (host-key "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAQzhX0t1wGMDr9XEuieTBrwhv+qe44n8RZyTDmGkebN root@(none)") (system "x86_64-linux") (user "auto") (identity ".deploy-key")