Don't suggest to create deprecated RSA keys in documentation

XMLWordPrintable

      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?

            Assignee:
            Unassigned
            Reporter:
            Dmitry Kuteynikov
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: