Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save gourab337/895ffb9b8128dc3510a064a1bd0f287e to your computer and use it in GitHub Desktop.
Save gourab337/895ffb9b8128dc3510a064a1bd0f287e 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.
@gourab337
Copy link
Author

Use VIM / nano to copy generated RSA key for bitbucket

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment