Created
October 30, 2017 06:43
-
-
Save thanhzusu/bb4acf13d99f63f8fc65be51985777f2 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