| Summary: | openssh-3.9_p1-r1 login problem | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Simon Stelling <blubb> | ||||
| Component: | sshd | Assignee: | OpenSSH Bugzilla mailing list <openssh-bugs> | ||||
| Status: | CLOSED INVALID | ||||||
| Severity: | normal | ||||||
| Priority: | P2 | ||||||
| Version: | 3.9p1 | ||||||
| Hardware: | Other | ||||||
| OS: | Linux | ||||||
| URL: | http://bugs.gentoo.org/show_bug.cgi?id=78073 | ||||||
| Attachments: |
|
||||||
|
Description
Simon Stelling
2005-01-15 23:43:36 AEDT
The key looks to be corrupt in some way (ssh-keygen can't parse it either). OpenSSH -current will more gracefully handle such broken keys and not terminate the connection when it encounters them. Could you check that the public key is not damaged? You can regenerate the public key from the private key using "ssh-keygen -yf /path/to/private.key" seems like the key is correct, keygen built exactly the same again Please attach the public key as a file to this bug. Created attachment 768 [details]
key
here you are
The public key appears truncated: encoded it's about 140 bytes shorter than a
1024-bit DSA key. A couple of things to try:
* does the OpenSSL library's self-test pass? ("make test" after building).
* perhaps the private key is damaged. Does the same problem occur if you
generate and use a new private key?
* does the problem occur if you build OpenSSL and OpenSSH without the compiler
optimization?
* does the OpenSSL library's self-test pass? ("make test" after building).
yes
* perhaps the private key is damaged. Does the same problem occur if you
generate and use a new private key?
that's possible, the same key has afaik also problems on a sparc/alpha. any
other keys i'm using work, so i think it's the key that is truncated.
thanks anyway
Change all RESOLVED bug to CLOSED with the exception of the ones fixed post-4.4. |