SharedSSH (old great news etc)

Marcin Kasperski Marcin.Kasperski at softax.com.pl
Tue Jun 17 13:12:22 CDT 2008


> mercurial at 192.168.134.141's password:
>
> mercurial at 192.168.134.141's password:
>
> mercurial at 192.168.134.141's password:
>
> remote: Permission denied, please try again.
>
> remote: Permission denied, please try again.
>
> remote: Permission denied (publickey,password).
>
> abort: no suitable response from remote hg!

You must configure key-based authorization (every user must create his or her
ssh key, then all those keys must be put to .ssh/authorized_keys file on this
account).

Read some SSH manual.

In general, before you even start playing with mercurial, you should be able
to do something like

    ssh mercurial at repos.machine "ls -l"

without an error.



More information about the Mercurial mailing list