Mercurial: hg init ssh://desktop-1/repo-1 prompting for a password twice?
I've installed Mercurial on two hosts to which I could previously connect via SSH supplying the password just once.But when attempting to use Mercurial specifying an SSH destination why I'm being prompted for the password twice?
Please, is this a know bug or common configuration mistake?
At first I intend to have the password prompted once.
Please, is this a know bug or common configuration mistake?
At first I intend to have the password prompted once.
admin1@desktop-1:~$ hg init -e 'ssh -v' ssh://mercurial//var/tmp/repo-1
Sun_SSH_2.2, SSH protocols 1.5/2.0, OpenSSL 0x100000bf
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Rhosts Authentication disabled, originating port will not be trusted.
debug1: ssh_connect: needpriv 0
debug1: Connecting to mercurial [192.168.0.18] port 22.
Sun_SSH_2.2, SSH protocols 1.5/2.0, OpenSSL 0x100000bf
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Rhosts Authentication disabled, originating port will not be trusted.
debug1: ssh_connect: needpriv 0
debug1: Connecting to mercurial [192.168.0.18] port 22.
1