Re: [fossil-users] Still ask for password with ssh protocol

2012-08-31 Thread Martin Gagnon
Thanks you very much... It work as expected. -- Martin G. Le 2012-08-31 à 19:49, Richard Hipp a écrit : > > > On Fri, Aug 31, 2012 at 7:00 PM, Sverre Bisgaard Rasmussen > wrote: > From your report, I think this should be fixed too, as the unnecessary > password check is a usability probl

Re: [fossil-users] Still ask for password with ssh protocol

2012-08-31 Thread Richard Hipp
On Fri, Aug 31, 2012 at 7:00 PM, Sverre Bisgaard Rasmussen < sverr...@gmail.com> wrote: > From your report, I think this should be fixed too, as the unnecessary > password check is a usability problem. > Fixed here: http://www.fossil-scm.org/fossil/info/d1eb341f80 > > I just tried to clone via

Re: [fossil-users] Still ask for password with ssh protocol

2012-08-31 Thread Martin Gagnon
The password that was prompt was not for ssh authentication, but for the fossil repository auth. For ssh, I still rely on my key. -- Martin G. Le 2012-08-31 à 19:00, Sverre Bisgaard Rasmussen a écrit : > From your report, I think this should be fixed too, as the unnecessary > password chec

Re: [fossil-users] Still ask for password with ssh protocol

2012-08-31 Thread Sverre Bisgaard Rasmussen
From your report, I think this should be fixed too, as the unnecessary password check is a usability problem. I just tried to clone via ssh (using fossil 1.22 5dd5d39e7c), and have not yet setup pageant with keys (on windows). My experience is that I need to enter the password correctly to ga

Re: [fossil-users] Still ask for password with ssh protocol

2012-08-31 Thread Martin Gagnon
Is there anyone else thinking this patch should be applied ? Le 2012-07-10 12:30, Martin Gagnon a écrit : On Mon, Jul 9, 2012 at 5:43 PM, Martin Gagnon mailto:eme...@gmail.com>> wrote: Hi list.. When I use ssh:// protocol on remote-url and I specify my usename in it: e.g.:

Re: [fossil-users] Still ask for password with ssh protocol

2012-07-10 Thread Martin Gagnon
On Mon, Jul 9, 2012 at 5:43 PM, Martin Gagnon wrote: > Hi list.. > > When I use ssh:// protocol on remote-url and I specify my usename in it: > e.g.: ssh://user@host/path/to/repo.fossil > > Fossil prompt me for a password, I can enter anything and it work. > > I know that recently, authenticat

[fossil-users] Still ask for password with ssh protocol

2012-07-09 Thread Martin Gagnon
Hi list.. When I use ssh:// protocol on remote-url and I specify my usename in it: e.g.: ssh://user@host/path/to/repo.fossil Fossil prompt me for a password, I can enter anything and it work. I know that recently, authentication got bypassed when using ssh protocol, but it seems that the pass