Hello, if i try to connect with bitbucket.org using ssh
ssh -vT git@bitbucket.org
Everything works fine
debug1: Authentication succeeded (publickey).
But if i try to use the git clone
command i recive this message:
Permission denied (publickey).
fatal: The remote end hung up unexpectedly
Some extra information:
~/.ssh/
ssh-add -l
returns the correct key. (RSA)I was able to make this work, but there was multiple problems with my git implementation:
git clone
with the pattern USER@bitbucket.org, after trying with git@bitbucket.org everything worked.I hope this helps someone with the same problem i had.