Bug 41832
| Summary: | 2.5.2p2-1.7.2.i386.rpm will not connect to Redhat linuz 7 openssh-2.1.1p4-1.i386.rpm | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Brian Pilati <pilati> |
| Component: | openssh | Assignee: | Tomas Mraz <tmraz> |
| Status: | CLOSED WONTFIX | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 7.0 | CC: | pekkas |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i686 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2005-02-03 09:32:09 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Brian Pilati
2001-05-22 15:21:07 UTC
Identity.pub is only used for SSH1. It's not the default anymore. You could try forcing it with ssh -o Protocol=1, and see what happens. Else you could try creating SSH2 keys. In any case, if this does not solve the problem, ssh -v -v -v and sshd -d -d -d output is needed. Neither openssh2.5 nor 2.1 is supported anymore. And you shouldn't use protocol 1 anyway as it's vulnerable to the man in the middle attack. |