Another attempt at SSH host key fix..
continuous-integration/drone/push Build is passing Details

This commit is contained in:
3wc 2023-04-16 22:01:31 -04:00
parent a24ca3ccd2
commit 5b7f43ca0b
1 changed files with 1 additions and 2 deletions

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