Fwd: SharedSSH (old great news etc)

Francisco Diaz Trepat - gmail francisco.diaztrepat at gmail.com
Tue Jun 17 13:57:59 CDT 2008


Sorry, I keep sending this to personal addresses.

I don't understand how come when I right on
wicket/seaside/squeak-beginers/netbeans-user when replying a mail it always
puts the list email address on the reply.

Please forgive me, I am replying automatically without checking correctly.

f(t)

---------- Forwarded message ----------
From: Francisco Diaz Trepat - gmail <francisco.diaztrepat at gmail.com>
Date: Tue, Jun 17, 2008 at 3:54 PM
Subject: Re: SharedSSH (old great news etc)
To: Marcin Kasperski <Marcin.Kasperski at softax.com.pl>


DONE. I had to change the line 6 of the hg-login

from:
my $hg = '/usr/local/bin/hg';
to:
my $hg = '/usr/bin/hg';

It is working but, is this correct?


that is were ubuntu has installed mercurial.

f(t)



On Tue, Jun 17, 2008 at 3:41 PM, Francisco Diaz Trepat - gmail <
francisco.diaztrepat at gmail.com> wrote:

> I already got an error on the 44th line of the hg-login saying that the
> repository 'repositories/myRepo' is not a valid repository.
>
> ssh mercurial at 192.168.134.141 "ls -l"
> Invalid command `ls -l' requested.
>
> This should be because the authorized_keys have the special
> comand=hg-login. and nothing else.
>
> So things seam to be working and I must have a small detail.
>
> I am calling the *clone *command like this:
>
>
> ~$: hg clone ssh://mercurial@192.168.134.141/repositories/myRepository
> remote: No such repository `/repositories/iLeu'.
> abort: no suitable response from remote hg!
>
> I am going to read the hg-login to see if I can find out what is going on.
>
> f(t)
>
>
> On Tue, Jun 17, 2008 at 3:12 PM, Marcin Kasperski <
> Marcin.Kasperski at softax.com.pl> wrote:
>
>> > 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.
>>
>> _______________________________________________
>> Mercurial mailing list
>> Mercurial at selenic.com
>> http://selenic.com/mailman/listinfo/mercurial
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://selenic.com/pipermail/mercurial/attachments/20080617/0c4ca4f9/attachment.htm 


More information about the Mercurial mailing list