Skip to content Skip to sidebar Skip to footer

Pysvn Prompts For Password With Svn+ssh

I'm writing Python app which uses pysvn to get svn log history. It works ok for http:// like urls, but for svn+ssh:// I get prompted for a password on the command line! I use callb

Solution 1:

This is the normal behavior for svn+ssh. Unless you have SSH Keys deployed and are connecting using the username for that host, you are going to have this issue.

Unfortunately, after some research it looks like PySVN may not support the use of SSH keys at this moment in time.

Post a Comment for "Pysvn Prompts For Password With Svn+ssh"