I want to take pull from my bitbucket repo without asking the password every time. I am using Ubuntu 16.04 LTS
Steps,
$ssh-keygen
It generated two key files, id_rsa
and id_rsa.pub
Then, in the Bitbucket repo settings, I have added the ssh key of the server.
$cat ~/.ssh/id_rsa.pub
But it is not working. It is still asking for password.