On Fri, Oct 26, 2001 at 01:22:48PM -0500, Peter Fales wrote: > So what you are saying is that SYSTEM is running my sshd since it is running > from cygrunsrv, and SYSTEM has all rights it needs. But, it still > doesn't let me in with RSAAuthentication. Is there any way to > tell (perhaps by turning on additional logging) why it doesn't work?
Is the machine in a domain and you're trying to login using a domain account? If so, your /etc/passwd doesn't contain the domain user entries and the same is true for /etc/group. Try mkpasswd/mkgroup -d. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Developer mailto:[EMAIL PROTECTED] Red Hat, Inc. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/
