This question is in reference to Atlassian Documentation: Set up SSH for Git
I am trying to set up ssh keys for bitbucket, using this guide:
https://confluence.atlassian.com/bitbucket/set-up-ssh-for-git-728138079.html
In step 4.5, I am asked to input the SSH key. However, it describes how to input Deployment keys, which are read only. The page unhelpfully notes that:
"
Use deployment keys to gain read-only access to this repository. Learn more about using SSH keys."
However, if you follow the link to "using SSH keys" you get back to the same guide that lead you to the deployment keys in the first place. So my question is simply: exactly where in Bitbucket do I enter the SSH key? The guide only says "Back in your browser", but provides no URL.
Basically, you should add your keys to your profile, not to a project.
Atlassian's UX has always been "pretty but cryptic".
This is a prime example where UX, documentation and even the forum fail.
In every case they assume you know what they know. Actually I dont think they are aware of what the confusion is.
This mostly happens to first time users who do not set up an rsa key in their profile right away. Then, when set up their first project the tutorials send them looking for something with the word "Keys" in the interface. They find it first in the screen they are working with: the project's screen.
So, put your Key here:
NOT HERE... in your project:
+1
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes! Thank you!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Extremely helpful. Thanks a lot!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello everyone! Is there other way for this? Still getting the error after I added the ssh key of the server pulling the repo. thank you so much
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You first need to remove the access key from any repository where it is installed. Once that is done, add the key to your user account (as displayed in the first image above).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I've fallen for this trap too.
Allow me to point out that even after setting BitBucket account SSH key, I still had project SSH key present and this was taking precedence.
Even after removing the project key I still got the 'read-only access' error.
I had to go into GitKraken authentications and disconnect/reconnect to BitBucket to finally Push with success.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This is DAMN helpful! Btw, any one knows what the deployment key is for?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This did for me! ... Thank you!!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Great! Thank you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You made my day!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@AlejoCocolina dude your post was a life saviour, even a year and a half later. Feel exactly into the trap that you speak of, and after 3 hours of chasing rabbit holes due to misleading articles, did I come across the gem of your post. Thank you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
YOU SIR, are my HERO FOR THE DAY!! After screwing around with this for two days, finally an answer that makes sense. I deleted the current account SSH key, deleted all the access keys for all the repos, rebuilt the account SSH key and I am suddenly back in business!!
Thank you so much!!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@AlejoCocolina thank you so much!!! After several struggling days we started to think literrally out of the box (the console) and tried several approaches (tried unsuccessfully to separate managed account, regenerate SSH keys, you mention). We found a patch solution (app passwords) but yours is THE solution.
We can return to happy coding!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you very much!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
As I said in my original question, I do get to that point, and all it says is that I should input the SSH key "Back in your browser". The problem is that no URL is provided, and the only obvious place "back in the browser" is the place where you input read-only deployment key, which brings me back to where the problems started. All I need is the URL for the place to put the non-deployment key.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The URL pattern is https://bitbucket.org/account/user/<insert-your-username-here>/ssh-keys/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
To clarify, when I try to do a git push, I get this error, which is due to the fact that I am using a read-only deployment key:
conq: repository access denied. access via a deployment key is read-only.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
MY GOD. THANK YOU.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks - that helped :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Awesome! BUT:
And if I want to give permission only in SPECIFIC Repository for one given SSH KEY?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Awesome.... +1
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
On that document that you linked above (https://confluence.atlassian.com/bitbucket/set-up-ssh-for-git-728138079.html), if you expand the Collapsed "Set up SSH for Windows" or "Set up SSH for Mac OS/Linux" you should be able to see the step where you upload your public key to Bitbucket. The section should be called "Install the public key on your Bitbucket account".
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.