From 5b7f43ca0b0a13e815f3c18b4aa0c0be96194654 Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Sun, 16 Apr 2023 22:01:31 -0400 Subject: [PATCH] Another attempt at SSH host key fix.. --- plugin.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugin.sh b/plugin.sh index 31e5460..ec7962f 100755 --- a/plugin.sh +++ b/plugin.sh @@ -55,8 +55,7 @@ load_deploy_key() { cat << EOF > "$HOME/.ssh/config" Host * - HostKeyAlgorithms ssh-rsa-cert-v01@openssh.com - PubkeyAcceptedAlgorithms +ssh-rsa-cert-v01@openssh.com + HostKeyAlgorithms=+ssh-dss EOF # shellcheck disable=SC2046,SC2006