BitBucket 개인 계정에 SSH Key 를 추가하려는데 다음 에러가 발생했습니다.

Someone has already added that SSH key.
CODE


저 에러가 발생하면 다음 명령으로 빗버킷에 로그인을 시도해 봅니다.

$ ssh -T git@bitbucket.org

Enter passphrase for key 'C:\Users\lesstif/.ssh/bitbucket/bitbucket-id_rsa':
BASH


개인키 암호를 넣고 정상적으로 로그인하면 어떤 workspace 나 계정에 키가 등록되었는지 표시됩니다.

logged in as lesstif-workspace.

You can use git or hg to connect to Bitbucket. Shell access is disabled.
CODE

출력을 보면 lesstif-workspace 라는 곳에 SSH 키가 등록되어 있으므로 삭제하고 새로 계정에 등록해 주면 됩니다.

Ref