Re: Illegal User Error Attempting to Authenticate in sshd

2001-12-20 Thread Dave Pinsker
Sorry - sshd does require a sshd_config in step #2 - just zero-length. touch /cygwin/etc/sshd_config Thanks, _Dave_ On Thu, 20 Dec 2001, Dave Pinsker wrote: > > Listfolk: > > I have finally achieved a working sshd on Win2k w/FAT filesystems. > Also, cygrunsrv appears to be functioning pro

Re: Illegal User Error Attempting to Authenticate in sshd

2001-12-20 Thread Dave Pinsker
Listfolk: I have finally achieved a working sshd on Win2k w/FAT filesystems. Also, cygrunsrv appears to be functioning properly. Steps taken were: 1) Created links for Cygwin's var, tmp, usr, etc, and bin dir's in c:/ (in other words, these dir's are hanging off of /). Both srvany and cy

Re: Illegal User Error Attempting to Authenticate in sshd

2001-12-18 Thread Dave Pinsker
By way of follow-up to my original message (http://www.cygwin.com/ml/cygwin/2001-12/msg00189.html), I'd like to update the list with a change in status. I was able to eliminate the "Illegal User" error by modifying the system environment path to DOS short names (example: c:\progra~1) Howeve

Re: Illegal User Error Attempting to Authenticate in sshd

2001-12-05 Thread Dave Pinsker
Thanks for your quick response, Corinna. > A good way to debug problems in sshd when started as service is, > Use `-d' instead of `-D' as argument. I am using sshd's '-d' switch to dump the output quoted in my last message (please see last thread). > Another very important point

Re: Illegal User Error Attempting to Authenticate in sshd

2001-12-05 Thread Corinna Vinschen
On Wed, Dec 05, 2001 at 09:44:01AM +0100, Corinna Vinschen wrote: > On Tue, Dec 04, 2001 at 05:32:08PM -0600, Dave Pinsker wrote: > > Using "cygrunsrv" to install a service is successful, however am unable > > to successfully start service either through "cygrunsrv -S" or Win's > > Service Manage

Re: Illegal User Error Attempting to Authenticate in sshd

2001-12-05 Thread Corinna Vinschen
On Tue, Dec 04, 2001 at 05:32:08PM -0600, Dave Pinsker wrote: > Using "cygrunsrv" to install a service is successful, however am unable > to successfully start service either through "cygrunsrv -S" or Win's > Service Manager. Returns the error "Service did not return an error", > as seen in othe

Illegal User Error Attempting to Authenticate in sshd

2001-12-04 Thread Dave Pinsker
= Summary:Unable to run sshd and login with latest app revs Cygwin: 1.3.5-3 (downloaded & installed 12/3/01) OpenSsh:3.0.1.p1-2 OS: Win2k SP2 (FAT32 -- intentionally) ==