How to setup SSH authentication

Asked by El Stepherino

I have a remote SSH repository form which I need copy a branch and save to my windows box. The remote repository is typically accessed using sftp without password prompt (using public/private key).

How do I configure Bazaar Explorer to use an existing SSH key?

Note: the public key is already added to the remote host's authorized_keys.

The error I get is [bzr: ERROR: Connection error: Unable to authenticate to SSH host as ...]

I can remotely access this repository using puTTY without a problem.

Please help.

Question information

Language:
English Edit question
Status:
Solved
For:
Bazaar Explorer Edit question
Assignee:
No assignee Edit question
Solved by:
El Stepherino
Solved:
Last query:
Last reply:
Revision history for this message
El Stepherino (elstepherino) said :
#1

I found instructions on using pageant.exe (from the putty toolkit), which solved my problem.