Skip to content

Instantly share code, notes, and snippets.

@thanhzusu
Created October 30, 2017 06:43
Show Gist options
  • Save thanhzusu/bb4acf13d99f63f8fc65be51985777f2 to your computer and use it in GitHub Desktop.
Save thanhzusu/bb4acf13d99f63f8fc65be51985777f2 to your computer and use it in GitHub Desktop.
Generate ssh key for bitbucket
1. Generate ssh key: ssh-keygen -t rsa -C "your_email@example.com"
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