This is the mail archive of the cygwin@cygwin.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]
Other format: [Raw text]

OpenSSH key auth causes invalid logon


Corinna,

I've noticed that OpenSSH, when doing key authentication, caused an invalid
logon.  If enough instances occurred the account being logged into was
locked.  This didn't usually happen when just logging in, but was more
common when scripting events.  Of course it's pretty common to use key auth
when scripting remote calls.

While digging I found that this invalid login occurs when OpenSSH tries the
"none" authentication method.  When I modified the code to just return 0 on
a none attempt the invalid login went away.  I can't think of a valid time
when "none" should work on a windows box.  Disabling it doesn't affect key
or password auth.  Can you think of any adverse effect to disabling "none"
under Cygwin?

--
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/


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