From 9785665ab84e10bf810bde788f910d78d64d7b91 Mon Sep 17 00:00:00 2001 From: "Collin J. Doering" Date: Sun, 12 Mar 2023 18:16:10 -0400 Subject: [PATCH] deploy/postgres-home-rekahsoft-ca.scm: Adjust host key after its rotation --- deploy/postgres-home-rekahsoft-ca.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/postgres-home-rekahsoft-ca.scm b/deploy/postgres-home-rekahsoft-ca.scm index 9468eef..7263610 100644 --- a/deploy/postgres-home-rekahsoft-ca.scm +++ b/deploy/postgres-home-rekahsoft-ca.scm @@ -7,7 +7,7 @@ (environment managed-host-environment-type) (configuration (machine-ssh-configuration (host-name "postgres.home.rekahsoft.ca") - (host-key "TODO") + (host-key "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILyZiN3cN8c1Sq6FSBvW7un/0+seR7BOH48IUbpa/mXW root@(none)") (system "x86_64-linux") (user "auto") (identity ".deploy-key")