[Bug 2027] SSH generates misleading errors when using public key authentication
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Sat Jul 21 16:59:59 EST 2012
https://bugzilla.mindrot.org/show_bug.cgi?id=2027
Gabriel Kerneis <gabriel at kerneis.info> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #2 from Gabriel Kerneis <gabriel at kerneis.info> ---
In fact, this bug has already been fixed in OpenSSH 6.0p1. It is only
present in 5.5p1 (which is in Debian stable), because
auth_parse_options used to be called before key_equal in
user_key_allowed2 (file auth2-pubkey.c).
In the latest cvs snapshot, I cannot reproduce the bug and key_found is
indeed called before auth_parse_options, which is correct.
--
You are receiving this mail because:
You are watching the assignee of the bug.
More information about the openssh-bugs
mailing list