Re: sshd not doing key based authentication

2012-04-10 Thread Larry Hall (Cygwin)
On 4/10/2012 10:02 AM, Thorsten Kampe wrote: * Rurik Christiansen (Tue, 10 Apr 2012 11:23:04 +1000) On 6/04/2012 08:44, Andrey Repin wrote: Greetings, Rurik Christiansen! [...] and my understanding is that I can't run the sshd frontend without screwing the permissions. I don't understand w

Re: sshd not doing key based authentication

2012-04-10 Thread Thorsten Kampe
* Rurik Christiansen (Tue, 10 Apr 2012 11:23:04 +1000) > On 6/04/2012 08:44, Andrey Repin wrote: > > Greetings, Rurik Christiansen! > > [...] > > >> and my understanding is that I can't run the sshd frontend without > >> screwing the permissions. > > I don't understand what you mean by this. > >

Re: sshd not doing key based authentication

2012-04-09 Thread Rurik Christiansen
On 6/04/2012 08:44, Andrey Repin wrote: > Greetings, Rurik Christiansen! [...] >> and my understanding is that I can't run the sshd frontend without >> screwing the permissions. > I don't understand what you mean by this. >From an earlier mail on this list: http://cygwin.com/ml/cygwin/2008-11

Re: sshd not doing key based authentication

2012-04-05 Thread Andrey Repin
Greetings, Rurik Christiansen! > The "ssh -vvv' (client side) has not been particularly helpful to me > when it comes to permissions. That's because server will not disclose any potential vulnerabilities to client. > and my understanding is that I can't run the sshd frontend without > screwing t

Re: sshd not doing key based authentication

2012-04-05 Thread David Sastre Medina
(replying to the list, sorry if it breaks the thread) On Thu, Apr 05, 2012 at 03:19:41PM +1000, Rurik Christiansen wrote: > I was hoping more for some pointers to what the permissions must be and > then do the troubleshooting myself. > The "unix" side of permissions look ok. > I don't know what th

Re: sshd not doing key based authentication

2012-04-04 Thread Rurik Christiansen
David and Andrew thanks for your replies. Yes I didn't provide enough details, David you are right. But ... I was hoping more for some pointers to what the permissions must be and then do the troubleshooting myself. The "unix" side of permissions look ok. I don't know what the windows side must

Re: sshd not doing key based authentication

2012-04-04 Thread David Sastre Medina
On Wed, Apr 04, 2012 at 03:26:39PM +0400, Andrey Repin wrote: > Greetings, Rurik Christiansen! > > I'm trying to make sshd to do key based authentication. > > I am guessing that is probably a problem of permissions but can't figure > > it out. > > All I found was this email: > > http://cygwin.com/m

Re: sshd not doing key based authentication

2012-04-04 Thread Andrey Repin
Greetings, Rurik Christiansen! > I'm trying to make sshd to do key based authentication. > I am guessing that is probably a problem of permissions but can't figure > it out. > All I found was this email: > http://cygwin.com/ml/cygwin/2008-11/msg00212.html > which basically says RTFM > Well, I

sshd not doing key based authentication

2012-04-04 Thread Rurik Christiansen
Hello, I'm trying to make sshd to do key based authentication. I am guessing that is probably a problem of permissions but can't figure it out. All I found was this email: http://cygwin.com/ml/cygwin/2008-11/msg00212.html which basically says RTFM Well, I did RTFM, I followed the instructions.