Lots and lots of details there..
Check the key type of your public key:
for file in `ls ~/.ssh/*.pub`; do ssh-keygen -lf $file; done
Verify that the key type you are using is supported by Bitbucket: Bitbucket Server supports DSA and RSA2 key types – RSA1 is not supported.
Maybe you have read an article about ED25519 keys and tried one of those. That will not work.
Or you may have an incorrect public file format. There is plenty of information available on how to properly create keys for various platforms in Atlassian confluence.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes. Or no.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.