From mboxrd@z Thu Jan 1 00:00:00 1970 From: "CyberZombie" To: Subject: Problem with sshd on WindMill Date: Tue, 12 Dec 2000 17:40:00 -0000 Message-id: <003201c064a5$ba9237a0$07a3a318@mn.mediaone.net> X-SW-Source: 2000-12/msg00556.html I loaded the new OpenSSH as bundled in Cygwin (2.3) and can no longer connect to a Windows Millenium box running the sshd daemon. Prior to this (running 2.1.1p4), I had no problems. What follows is selected output from the output file C:\CYGWIN_SYSLOG.TXT on the WindMill box after various runs: Protocol 1 with passwd entry for k02189 ... : Attempting authentication for k02189. ... : Connection closed by 168.135.22.40 Protocol 2 with passwd entry for k02189 ... : userauth-request for user k02189 service ssh-connection method none ... : attempt #1 ... : Failed none for k02189 from 168.135.22.40 port 2529 ssh2 Protocol 1 WITHOUT passwd entry for k02189 ... : Attempting authentication for illegal user k02189. ... : Connection closed by 168.135.22.40 Protocol 2 WITHOUT passwd entry for k02189 ... : userauth-request for user k02189 service ssh-connection method none ... : attempt #1 ... : input_userauth_request: illegal user k02189 ... : Failed none for NOUSER from 168.135.22.40 port 2516 ssh2 This is the (comments and blanks cut) /etc/sshd_config file on the WindMill box: DSAAuthentication yes Port 80 Protocol 2,1 ListenAddress 0.0.0.0 ServerKeyBits 768 LoginGraceTime 600 KeyRegenerationInterval 3600 PermitRootLogin yes IgnoreRhosts yes StrictModes yes X11Forwarding no X11DisplayOffset 10 PrintMotd yes KeepAlive yes SyslogFacility AUTH LogLevel DEBUG RhostsAuthentication no RhostsRSAAuthentication no RSAAuthentication yes PasswordAuthentication no PermitEmptyPasswords no CheckMail no UseLogin no Does anyone have an idea what is going wrong? -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe@sourceware.cygnus.com