Create and Configure BitBucket SSH keys for Git

preview_player
Показать описание
Need to connect to BitBucket with SSH keys, but you're not sure how to set up the secure shell, and you're not sure how to generate SSH keys? Don't worry, it's not hard.

This BitBucket and SSH keys example will show you how to configure Git to securely clone, push and pull. And it all gets done in less than 5 minutes. That's all you need to get BitBucket and SSH keys working together.

If you still need more information on how to create SSH keys, check out this great Git tutorial over on TechTarget:

Рекомендации по теме
Комментарии
Автор

Your lessons are perfect, thanks a lot!❤

yhpjpmu
Автор

Stright to the point! thanks a lot sir.

mettasatishkumar
Автор

Thank you for the clear and concise tutorial.

rickyrozario
Автор

Thanks a lot for this! This did the trick 😂🎉

bryanbarajas
Автор

Once again! You did it once again. Thank you mr McKenzie for your help

richigarciacastro
Автор

Thank you boss man, really appreciate it. :)

Taha-dqsz
Автор

Thank you a lot ! You were a great help

rachidb
Автор

Nice tips. I will follow you to learn more. Greetings from Brazil

Edu
Автор

How do I set up an additional ssh key? I already have a personal ssh key for bitbucket and now I need to generate an additional key for my work bitbucket account ... how?

scottgeithman
Автор

You didn't do the "Add the key to the ssh-agent" step. So it means in your case it always ask you to enter the credentials when you do an git operation?
Or is that step is for something else?

naveendharni
Автор

So, does every user on the bitbucket account need to go through this process?

tzgardner
Автор

Unfortunately it doesn't work for me. Bitbucket does not create the file that you see from 3:20 and on :( Tried it in personal, also in project settings.

tomscodingtime
Автор

So, location of PrivateKey by default in ssh folder(windows/ubuntu), if we had multiple SSH keys so it doesnt matter?

jonathanivanindrajaya
Автор

Thanks, man for this very simple to follow tutorial I am going to hammer the subscribe button😂

naumanali
Автор

I have ssh keys generate properly. But I am getting this error:
WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!

camotobe
Автор

You didn't go into what to do when Bitbucket refuses to clone your repo.

QuicksilverSG
Автор

After that I still had problems with GUI app. I use tortoise-git and it returns: "No supported authentication methods available" when I was trying to use it, but command-line-git worked fine. Finally I resolved it like: opened TortoiseGit-->Settings --> Network and in SSH Client I changed to "C:\Program Files\Git\usr\bin\ssh.exe" instead of "TortoiseGitPlink.exe". Possible it will help somebody

xxexhbl