Ask the people who make your OpenSSH software.
OpenSSH isnt an Microsoft Issue.
You will get bugs from time to time using 3rd party non/ M$ software.
Open ssh is just a port from unix/linux systems to run in windows.
How about trying to just remove the password file and remake them again.
"SBSnewbie" <(E-Mail Removed)> wrote in message
news

91710AA-70F4-4EE4-A248-(E-Mail Removed)...
> think that I'm missing something obvious here.
>
> After a server reboot a few weeks ago, ssh using cygwin failed to
> recognize
> any users other than the adminstrator. I have tried the following:
>
> - resetting the user passwords from the AD using the command "mkpasswd -d
> |
> grep username > /etc/passwd" followed by "ssh-host-config -y"
> - restting all the user passwords with "mkpasswd -l -d > /etc/passwd"
> followed by "ssh-host-config -y"
> - I've tried restoring all the cygwin files from backup tapes
> - uninstalling and reinstalling cygwin
> - forcing the CYGWIN sshd service to logon with sshd_server instead of
> "system"
>
> At this point in time I can log on as administrator but not as anyone
> else.
> I've been all over the cygwin.com site and googled what seems like every
> possible combination of search words for this problem.
>
> How do I set up cygwin to recognize existing users in Active Directory and
> their corresponding passwords? Additionally, how do I prevent this from
> happening again on my 2003 server?
>
> Thank you in advance.