hi
i want to make a push/pull
upload my ssh key and getting no perdition
where i can grand perdition to my key ?
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
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?
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.