Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: <834B92CB0E4CD21184A400A0C9D180BD02459D34@NTEXC0001> From: "Woods, Chris" To: "'cygwin AT sourceware DOT cygnus DOT com'" Subject: openssh problems - pointers to documentation? Date: Tue, 17 Oct 2000 10:26:38 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" Hello all, trying to get openssh to work on an NT workstation. Having some problems. I am quite new to cygwin, but not to unix. Running openssh-2.2.0p1, and cygwin B20. Any help would be mucho appreciated! Here is the result of running /usr/sbin/sshd -d #when user has connected remotely using ssh -l Administrator debug: userauth-request for user Administrator service ssh-connection method none Failed none for Administrator from 10.16.18.230 port 41826 ssh2 debug: userauth-request for user Administrator service ssh-connection method none Failed none for Administrator from 10.16.18.230 port 41826 ssh2 #When user tries to enter the password for the Administrator account debug: userauth-request for user Administrator service ssh-connection method password Failed password for Administrator from 10.16.18.230 port 41 Here is the relevant parts of /etc/sshd_config: PermitRootLogin no RhostsAuthentication no RhostsRSAAuthentication no RSAAuthentication no PasswordAuthentication yes PermitEmptyPasswords no I did a mkpasswd -l > /etc/passwd and Administrator is in there: Administrator::500:513:,S-1-5-21-2979708705-1370865285-570841823-500::/bin/sh Guest::501:513:,S-1-5-21-2979708705-1370865285-570841823-501::/bin/sh root::1001:513:,S-1-5-21-2979708705-1370865285-570841823-1001::/bin/sh sshd::1000:513:,S-1-5-21-2979708705-1370865285-570841823-1000::/bin/sh Any idea what I could be doing wrong? This is the first cygwin program I have tried to get running, so maybe I need to do something in the initial setup. -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com