I have created a private / public key pair
I saved the private key on my pc
I added the public key to Bitbucket
I am getting :
$ git push -u origin master
Warning: Permanently added the RSA host key for IP address 'xxxxx' to the list of known hosts.
git@bitbucket.org: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
The repo does exist - so why isn't the SSH pair working?
Any ideas?
Thank you for the response, I'll give all this a check over.
i would check the key folder permissions and ssh eval stuff
ssh directory permissions should be 700 (drwx------).
The public key (. pub file) should be 644 (-rw-r--r--).
The private key (id_rsa) on the client host, and the
authorized_keys file on the server, should be 600 (-rw-------).
also try this stuff --> eval `ssh-agent`
info here https://confluence.atlassian.com/bitbucket/set-up-an-ssh-key-728138079.html
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.