Can SSH from localhost as Admin but NOT 'regular' user when using passwords

Evan Rowley rowley.evan@gmail.com
Mon Jul 1 14:26:00 GMT 2013


Hi Cygwin,


I'm tasked with setting up SFTP serving on 2 Windows Server 2003 VMs.
One of these installations has been giving me problems and I'm not
sure what the solution is.

The following command works fine when run as Administrator and
SFTP_User in these two configurations: (password,keyboard-interactive)
only and (password,publickey,keyboard-interactive)

ssh Administrator@localhost


The following command fails when run as Administrator and SFTP_User in
this configuration: (password,keyboard-interactive)

ssh SFTP_User@localhost


The following command works fine when run as Administrator and
SFTP_User in this configuration:
(password,publickey,keyboard-interactive)

ssh SFTP_User@localhost


In each scenario, I've double, tirple, quadruple checked to make sure
the SFTP_User password is entered correctly. Both of these users are
local users and mkpasswd with the -l flag has been cat'd into
/etc/passwd in order to set up the passwords correctly. Not sure where
else to focus on next.

Thanks.

--
 - EJR

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple



More information about the Cygwin mailing list