bugzilla-daemon at mindrot.org
2004-Sep-30 07:00 UTC
[Bug 937] ssh2 pubkey auth broken by user:style syntax
http://bugzilla.mindrot.org/show_bug.cgi?id=937
Summary: ssh2 pubkey auth broken by user:style syntax
Product: Portable OpenSSH
Version: -current
Platform: All
OS/Version: OpenBSD
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo: openssh-bugs at mindrot.org
ReportedBy: djm at mindrot.org
ssh2 pubkey auth is broken ("hash mismatch") when a user tries to log
in using
the "user:style" username trick despite having a valid pubkey.
The problem is that we strip off the style in input_userauth_request(), but we
don't add it back when computing the pubkey signature. Maybe it would be
better
to stash the entire username as offered by the client and use it to compute the
sig.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
Reasonably Related Threads
- [Bug 937] ssh2 pubkey auth broken by user:style syntax
- [Bug 937] ssh2 pubkey auth broken by user:style syntax
- Solaris + PAM/LDAP + pubkey failing?
- chaining AUTH methods -- adding GoogleAuthenticator 2nd Factor to pubkey auth? can't get the GA prompt :-/
- OpenSSH 2.9p2 with PAMAuthenticationViaKbdInt
