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: <5.0.2.1.2.20010831113121.00a8cca8@lnxmain> X-Sender: roland AT lnxmain X-Mailer: QUALCOMM Windows Eudora Version 5.0.2 Date: Fri, 31 Aug 2001 11:57:31 -0400 To: cygwin AT cygwin DOT com From: Roland Glenn McIntosh Subject: password authentication for sshd fails Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" When logging into my cygwin server, I am unable to use password authentication. RSA authentication seems to work fine. Has anyone successfully gotten password authentication to work using /usr/sbin/sshd.exe ? I don't think my protocol version matters, but if you're curious I prefer to use version 1. Here is my sshd_config file: Port 22 ListenAddress 0.0.0.0 HostKey /etc/ssh_host_key HostKey /etc/ssh_host_rsa_key HostKey /etc/ssh_host_dsa_key ServerKeyBits 768 LoginGraceTime 600 KeyRegenerationInterval 3600 PermitRootLogin yes IgnoreRhosts yes StrictModes no X11Forwarding yes X11DisplayOffset 10 PrintMotd yes KeepAlive yes SyslogFacility DAEMON RhostsAuthentication no RhostsRSAAuthentication no RSAAuthentication yes PasswordAuthentication yes PermitEmptyPasswords yes UseLogin no CheckMail no Protocol 1,2 ------------------------ and for kicks, my /etc/passwd. the "root" entry was something I was playing around with b/c of something I read in the FAQ regarding logging in via telnet ------------------------ Everyone:*:0:0:,S-1-1-0:: SYSTEM:*:18:18:,S-1-5-18:: Administrators:*:544:544:,S-1-5-32-544:: Administrator::500:513:,S-1-5-21-1275210071-1682526488-1343024091-500:/home/Administrator:/bin/bash root::0:513:Rootacct,U-Administrator,S-1-5-21-1275210071-1682526488-1343024091-500:/home/Administrator:/bin/bash Guest::501:513:,S-1-5-21-1275210071-1682526488-1343024091-501:/home/Guest:/bin/bash -- 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/