-
Type:
Suggestion
-
Resolution: Won't Fix
-
Component/s: User - SSH Keys
Hello! It took me a half of my working day to setup GIT over SSH on my new laptop because in the new OS RSA keys are disabled and GIT failed to fetch our Bitbucket repository. Official documentation from Atlassian suggests to create RSA keys, I just followed this manual step by step: https://support.atlassian.com/bitbucket-cloud/docs/set-up-an-ssh-key/
until I found another article: https://confluence.atlassian.com/bitbucketserverkb/ssh-rsa-key-rejected-with-message-no-mutual-signature-algorithm-1026057701.html
where it pointed that I should have used another algorithm (e.g. ED25519), and everything started to work after I applied it.
Could you please update the documentation and suggest to use `ssh-keygen -t ed25519` by default?