A list of things I've done:
Generated a (public) key with puttygen and saved the (public key) as 'id_rsa' in my users/user/.ssh folder
Entered my .ssh key in my BitBucket settings
When I'm trying to
git push
my code into my BitBucket repository it will ask for a passphrase -> although when I enter a passphrase it will saypermission denied(publickey)
.
I've tried deleting the public key, make a new one, use another passphrase and nothing worked. What am I doing wrong?
// Git init / remote etc. done already
λ git push --set-upstream origin master
Enter passphrase for key '/c/Users/user/.ssh/id_rsa':
Permission denied (publickey).
fatal: Could not read from remote repository.
Needlessly to say I'm working on Windows. Haven't experienced any problems on an OSx system.