| Summary: | hostkey preference ordering is broken in some situations | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | NUXI <nuxi> | ||||
| Component: | ssh | Assignee: | Assigned to nobody <unassigned-bugs> | ||||
| Status: | CLOSED FIXED | ||||||
| Severity: | enhancement | CC: | djm | ||||
| Priority: | P5 | ||||||
| Version: | 8.4p1 | ||||||
| Hardware: | Other | ||||||
| OS: | Linux | ||||||
| Bug Depends on: | |||||||
| Bug Blocks: | 3217 | ||||||
| Attachments: |
|
||||||
|
Description
NUXI
2020-10-20 03:07:56 AEDT
please attach the output of "ssh -vvv user@host" for a failing connection Created attachment 3449 [details]
ssh -vvv output
yes, that is a real bug and you have found the AFAIK only combination of known_hosts contents and server host key that triggers it. FWIW, OpenSSH 8.5 will move ssh-ed25519 (and its cert counterpart) to the head of the list and this will dodge that particular bug. fixed in 8.5 - due very soon closing resolved bugs as of 8.6p1 release |