I'm new to Bazaar. I'm trying to setup my SSH Keys, but I'm always getting "Permission Denied".
Here are the things I did:
Open PuTTYgen
Click "Generate"
Move around the mouse pointer
Add a passphrase "password"
Click the "Save public key", and save the public key
Click the "Save private key", and save the private key "Private Key.ppk"
Login and go to https://launchpad.net/~paulmarkcastillo/+editsshkeys
Copy the Public Key from PuTTY Key Generator window, and paste it to the Launchpad
Click "Import Public Key"
I received an email about the new import (New SSH key added to your account).
Open Pageant
Click "Add Key"
Browse thru my "Private Key.ppk"
Enter my passphrase "password"
Open command line
Type "bzr launchpad-login paulmarkcastillo"
Type "bzr info lp:bzr"
Here is the output :
Permission denied (publickey). ConnectionReset reading response for 'BzrDir.open_2.1', retrying Permission denied (publickey). bzr: ERROR: Connection closed: Unexpected end of message. Please check connectivity and permissions, and report a bug if problems persist.
How can I diagnose the problem?