From 2de21e77d98a8afc4a8cdf82fbde2e669a3d3457 Mon Sep 17 00:00:00 2001 From: Valentin Lab Date: Wed, 11 Oct 2023 17:42:17 +0200 Subject: [PATCH] fix: [base] ensure connection to ``git.0k.io`` is not refused because pubkey type is refused by client --- precise/base-0k/hooks/install.d/35-git-access.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/precise/base-0k/hooks/install.d/35-git-access.sh b/precise/base-0k/hooks/install.d/35-git-access.sh index f687226..f298667 100755 --- a/precise/base-0k/hooks/install.d/35-git-access.sh +++ b/precise/base-0k/hooks/install.d/35-git-access.sh @@ -26,6 +26,7 @@ Host 0k-ro Port 10022 User lxc-user IdentityFile /etc/ssh/lxc_git_access_id_rsa + PubkeyAcceptedKeyTypes +ssh-rsa UserKnownHostsFile /dev/null StrictHostKeyChecking no