Another attempt at SSH host key fix..
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
3wc 2023-04-16 22:01:31 -04:00
parent a24ca3ccd2
commit 5b7f43ca0b

View File

@ -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