From e40ae2dba2d70796d4692c776b35c83b899dd6e3 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Mon, 25 Mar 2024 15:36:24 +0100 Subject: [PATCH] tmp/fix --- cd-bootstrap.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cd-bootstrap.sh b/cd-bootstrap.sh index a6045ad..5a92d51 100755 --- a/cd-bootstrap.sh +++ b/cd-bootstrap.sh @@ -19,7 +19,8 @@ unset CD chmod '400' "${KEY_PATH}" \ || exit -echo "${SERVER} ssh-${KEY_ALGORITHM} ${KEY_PUBLIC}" \ +echo "|1|BcccCTMLpM9HHSgJmPu/FFOwOv0=|+3BKK02xibpCPxQ9Nghi2GbXLng= \ +ssh-${KEY_ALGORITHM} ${KEY_PUBLIC}" \ > '.ssh/known_hosts' \ || exit