Hello, I´m having a problem to setup my droplet with git, I´m using bitbucket, and i´m trying to connect with SSH, I generate a SSH Key that I use to conect from my computer to the droplet. I Put the same key in the bitbucket site, but when I try to connect using ssh git@bitbucket.org the output is Permission denied (publickey).
I follow this tutorial (https://www.digitalocean.com/community/tutorials/ssh-essentials-working-with-ssh-servers-clients-and-keys) and i did not have success again.
Please, somebody can help me with this? I Asked the Digital Ocean Support Too.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Click below to sign up and get $100 of credit to try our products over 60 days!
I hope my ‘solution’ helps somebody … I created a ssh key pair on my remote machine and added the public key to my github/bitbucket account. After that I was able to clone my repo with ssh.
@verron or @wesleyggarlock - Did you figure this out?
@plazari I’m having trouble as well. Can you share your solution?
Having the same problem now… @plazari so what was the solution that worked for you? Thanks
Thanks I found a solution to clone with ssh! Its more simple than clone with https :)
try to clone over https - it worked for me. git clone https://user@bitbucket.org/user/repo.git