This is the mail archive of the cygwin@sources.redhat.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Problem with sshd on WindMill


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]