-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
Component/s: Repository - Overview
Hi,
today we noticed that in the overview page of every repository, the generated SSH URL is like:
username@bitbucket.org:organization/repository.git
But before it was like:
git@bitbucket.org:organization/repository.git
Why this change? When I use the SSH URL I expect to authenticate through public/private SSH key regardless the username.
If this someone else who has access to the repository uses my SSH URL it won't work!
Let me know.