The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
After removing the SSH key from an old account which I plan on deleting, I can't use the same key with another account I have.
I know this is a security thing but with so many services tied to the same key I can't easily change it.
Any advice?
Hi Chris,
You should be able to use an SSH key in your Bitbucket Cloud account, as long as it is not used in another account, or in another repo as an Access key.
What kind of error do you see when you try to add the key to your other account?
In case this key was used as an Access key in a repo and you removed it from there, it's possible that it is used in other repo(s) as well.
Running the following command on the machine that has the private SSH key, will show you if the key pair is associated with another account or repo:
ssh -i ~/.ssh/id_rsa git@bitbucket.org
where ~/.ssh/id_rsa replace with the path and name of this private SSH key, if different.
Kind regards,
Theodora
Beginning on April 4th, we will be implementing push limits. This means that your push cannot be completed if it is over 3.5 GB. If you do attempt to complete a push that is over 3.5 GB, it will fail...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.