You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
i have create ssh key for specific device and add in bitbucket account but when i am import or check out at that time nothing do any process or no any error what is solution for that.
That isn't an error - you've never connected that Ubuntu system to Bitbucket over SSH, so Ubuntu is confirming that you want to remember Bitbucket in ~/.ssh/known_hosts with that specific key. SSH's default behavior is to compare the contents of known_hosts against the public key provided by a server during the SSH handshake; if the known key doesn't match the provided key then there may be something bad happening.
Bitbucket's public key fingerprints are available at https://confluence.atlassian.com/bitbucket/troubleshoot-ssh-issues-271943403.html?_ga=2.42955813.1074307374.1515452925-758028192.1431549295 and the one in that message matches the RSA key's MD5 hash. You should be safe to click "Yes" here, and you shouldn't see that message again on that system.