Forked from thanhzusu/generate-ssh-key-for-bitbucket.txt
Created
April 24, 2023 11:38
-
-
Save gourab337/895ffb9b8128dc3510a064a1bd0f287e to your computer and use it in GitHub Desktop.
Generate ssh key for bitbucket
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Generate ssh key: ssh-keygen -t rsa -C "[email protected]" | |
2. Go to ssh folder: cd ~/.ssh/ | |
3. Copy content of id_rsa.pub file | |
4. Go to bitbucket setting by going to your profile > select Bitbucket settings. Then select SSH keys and add new one. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use VIM / nano to copy generated RSA key for bitbucket