I'm trying to set up SSH in bitbucket. I followed the tutorial and troubleshooted it, but am stumped. I get my SHA256 code when I write ssh-add -l, I have my SSH key set up when I go to Account Settings -> SSH keys, and I'm not in sudo. When I do
ssh -T git@bitbucket.org
It returns git@bitbucket.org: Permission denied (publickey).
How do I fix this?
An id_rsa file was created in the directory I was in, but the key that Bitbucket is looking for is under C:/Users/<username>/.ssh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.