-
Suggestion
-
Resolution: Unresolved
-
None
Issue Summary
Currently, Pipeline generates RSA keys based, however while doing the handshake RSA can't agree on an algorithm to use as the RSA SSH Key is not listed as a supported algorithm in OpenSSH 8.8
Error
fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists.
Workaround
A temporary workaround is to create a workspace variable GIT_SSH_COMMAND with the value "ssh -o PubkeyAcceptedKeyTypes=+ssh-rsa"
Facing this issue now with Ubuntu 22.04. Hopefully this can be resolved soon.