You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
The git client version 2.36, git clone reported an error,“no matching host key type found. Their offer: ssh-rsa“, bitbucket version 5.2.2, but the bitbucket website explicitly states that version 5.2.2 supports rsa2
G'day!
Welcome to the Bitbucket Cloud Community! :)
If you are encountering issues - it may be because the hashing algorithm which is being used for that particular SSH key is SHA-1 and therefore as a workaround you can either generate a new SSH key that does not use this algorithm, or you can also selectively re-enable RSA/SHA1 to allow connection and/or user authentication via the HostkeyAlgorithms and PubkeyAcceptedAlgorithms options.
For example, adding the following excerpt in ~/.ssh/config will enable RSA/SHA1 for host and user authentication for a single destination host:
Host bitbucket.org
HostkeyAlgorithms +ssh-rsa
PubkeyAcceptedAlgorithms +ssh-rsa
Hope this helps.
Cheers!
- Ben (Bitbucket Cloud Support)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.