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