| Summary: | ssh-keygen Bad passphrase error | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Sandino Araico Sánchez <sandino> |
| Component: | ssh-keygen | Assignee: | OpenSSH Bugzilla mailing list <openssh-bugs> |
| Status: | CLOSED INVALID | ||
| Severity: | major | ||
| Priority: | P2 | ||
| Version: | 3.8p1 | ||
| Hardware: | PPC | ||
| OS: | Linux | ||
|
Description
Sandino Araico Sánchez
2004-03-24 13:31:29 AEDT
Can you read the key with openssl? Try $ openssl dsa -in .ssh/id_dsa.test -modulus -noout OpenSSL fails to read the key [sandino@ingrata sandino] openssl dsa -in .ssh/id_dsa.test -modulus -noout read DSA key unable to load Key 3961:error:09065067:PEM routines:LOAD_IV:bad iv chars:pem_lib.c:504: Should I reinstall OpenSSL? Yes, rebuild OpenSSL, and do "make tests" once it's built to make sure it's working properly. If "make tests" passes, install it and rebuild OpenSSH with it. I have rebuilt OpenSSL and the error is no longer present, itworks now. OK then, sure looks like and OpenSSL problem, closing. Mass change of RESOLVED bugs to CLOSED |