Another attempt at SSH host key fix..
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
a24ca3ccd2
commit
5b7f43ca0b
@ -55,8 +55,7 @@ load_deploy_key() {
|
|||||||
|
|
||||||
cat << EOF > "$HOME/.ssh/config"
|
cat << EOF > "$HOME/.ssh/config"
|
||||||
Host *
|
Host *
|
||||||
HostKeyAlgorithms ssh-rsa-cert-v01@openssh.com
|
HostKeyAlgorithms=+ssh-dss
|
||||||
PubkeyAcceptedAlgorithms +ssh-rsa-cert-v01@openssh.com
|
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
# shellcheck disable=SC2046,SC2006
|
# shellcheck disable=SC2046,SC2006
|
||||||
|
Loading…
x
Reference in New Issue
Block a user