Skip to content

Commit

Permalink
Merge pull request agola-io#333 from sgotti/runconfig_enable_ssh_clie…
Browse files Browse the repository at this point in the history
…nt_ssh-rsa_sha1_signature_algo

runconfig: temporary enable ssh client ssh-rsa sha1 signature algorithm
  • Loading branch information
sgotti authored Mar 25, 2022
2 parents b8e127b + b96355c commit 768ae63
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions internal/runconfig/runconfig.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,10 @@ Host $AGOLA_GIT_HOST
Port $AGOLA_GIT_PORT
StrictHostKeyChecking ${STRICT_HOST_KEY_CHECKING}
PasswordAuthentication no
IgnoreUnknown PubkeyAcceptedKeyTypes,PubkeyAcceptedAlgorithms
PubkeyAcceptedKeyTypes +ssh-rsa
PubkeyAcceptedAlgorithms +ssh-rsa
EOF
)
Expand Down

0 comments on commit 768ae63

Please sign in to comment.