The question title says it all. I added my keys under my bitbucket account and as expected I can do ssh -T git@bitbucket.org to get logged in into the server and received the logged in as Satco message. But then when I try to clone a repo where I am admin, for example git clone git@bitbucket.org:Satco/perception.git I get:
13:05:46.735698 exec-cmd.c:237 trace: resolved executable dir: C:/Users/username/AppData/Local/Programs/Git/mingw64/bin
13:05:46.735698 git.c:440 trace: built-in: git clone git@bitbucket.org:Satco/perception.git
Cloning into 'perception'...
13:05:46.782564 run-command.c:663 trace: run_command: unset GIT_DIR; ssh git@bitbucket.org 'git-upload-pack '\''Satco/perception.git'\'''
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.