Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Push wahit ssh key

Anton G
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
January 23, 2024

hi
i want to make a push/pull
upload my ssh key and getting no perdition
where i can grand perdition to my key ?

 

2 answers

0 votes
Theodora Boudale
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
January 24, 2024

Hi Andrew,

I assume that by 'no perdition' you mean 'no permission'.

If that is the case, my suggestions are the following:

1. Please ensure that the public key is added to your account's keys on this page: https://bitbucket.org/account/settings/ssh-keys/

In case it is added to a repo or a project, the key will grant you read-only access to that repo or the repos of the project respectively.

The key needs to be added to your account to have read-write access.

2. If you use OpenSSH (the most common SSH client), create a file named config in the ~/.ssh/ folder on your computer and add the following content:

Host bitbucket.org
    AddKeysToAgent yes
    IdentityFile ~/.ssh/{ssh-key-name}

where ~/.ssh/{ssh-key-name} should be the path and file of the private SSH key, whose public key you have uploaded to Bitbcuket. If the file named config already exists, you can simply add the content to the file.

This will ensure that this specific SSH key will be offered every time you pull or push to a Bitbucket repo.

Please feel free to reach out if you have any questions or if you are still experiencing any issues.

Kind regards,
Theodora

0 votes
Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 23, 2024

Welcome to the Atlassian Community!

I think your translation software has mis-translated something to "perdition", and messed up a bit of the grammar - I am sorry, but it makes your question nonsense in English.  (Perdition is a state of eternal damnation, I am sure you really don't want to get that from uploading an SSH key!)

Could you rewrite or re-translate your question? Or write it in one of your main languages and let us run it through our preferred translation software?

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events