Caution : Never share your Private SSH Key


Generate SSH Key:

From "local" machine create a SSH Key.

Instructions : https://www.atlassian.com/git/tutorials/git-ssh 


Copy SSH Key public:

cat C:\Users\YMEMSM\.ssh\id_rsa.pub



Upload public SSH Key to Bitbucket:

  1. At bitbucket GUI, select your avatar (Your profile and settings) from the navigation bar at the top of the screen.
  2. Under Settings, select Personal settings.
  3. Under Security, select SSH keys.
  4. Select Add public key


Clone repository with SSH:

On the Bitbucket repo page one can select the SSH URL.



Clone repository on "local" machine

git clone ssh://git@euyam012.yme.yamaha-motor.eu/<your repository>


As of now one can use the git commands from either the command line or integrated in IDE without the need of username/password.

Caution : Never share your Private SSH Key