| Summary: | sshd version 3.3 incompatible with pre-3.3 clients in ssh1 mode | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Henrik Stoerner <henrik-sshbugzilla> |
| Component: | sshd | Assignee: | OpenSSH Bugzilla mailing list <openssh-bugs> |
| Status: | CLOSED FIXED | ||
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | -current | ||
| Hardware: | ix86 | ||
| OS: | Linux | ||
|
Description
Henrik Stoerner
2002-06-26 02:31:52 AEST
OpenSSH >= 3 does not work well with openssl 0.9.5, recompile against 0.9.6 and your Problem is gone (Fetch src.rpm from RH7.3, compile and install
it (--nodeps) temporarily, and rebuild ssh with
%define static_libcrypto 1
reinstall the old ssl Version and the new ssh. Voila!
cu andreas
PS: http://bugzilla.mindrot.org/show_bug.cgi?id=141
what are we doing with openssl 0.9.5 issues? we should apply the patch from bug#138 http://bugzilla.mindrot.org/showattachment.cgi?attach_id=121 that makes ssh1-bf work with OpenSSL 0.9.5 but recommend >= 0.9.6 we should also disable AES in OpenSSL 0.9.5 blowfish patch has been applied. What are the problems with AES? Patch was applied long ago Mass change of RESOLVED bugs to CLOSED |