| Summary: | VerifyHostKeyDNS & StrictHostKeyChecking | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Thordur Bjornsson <thorduri> | ||||||
| Component: | ssh | Assignee: | Damien Miller <djm> | ||||||
| Status: | REOPENED --- | ||||||||
| Severity: | normal | CC: | djm, dtucker, thorduri | ||||||
| Priority: | P5 | ||||||||
| Version: | 7.1p1 | ||||||||
| Hardware: | All | ||||||||
| OS: | All | ||||||||
| Attachments: |
|
||||||||
|
Description
Thordur Bjornsson
2015-11-19 19:11:31 AEDT
Worth keeping this open ? Retarget to openssh-7.3 Retarget to openssh-7.3 retarget unfinished bugs to next release retarget unfinished bugs to next release retarget unfinished bugs to next release retarget unfinished bugs to next release OpenSSH 7.4 release is closing; punt the bugs to 7.5 Move incomplete bugs to openssh-7.6 target since 7.5 shipped a while back. To calibrate expectations, there's little chance all of these are going to make 7.6. remove 7.5 target Created attachment 3046 [details]
updated to current
This looks reasonable to me. Darren?
Patch applied. This will be in OpenSSH 7.6 commit aea59a0d9f120f2a87c7f494a0d9c51eaa79b8ba Author: djm@openbsd.org <djm@openbsd.org> Date: Thu Sep 14 04:32:21 2017 +0000 upstream commit Revert commitid: gJtIN6rRTS3CHy9b. ------------- identify the case where SSHFP records are missing but other DNS RR types are present and display a more useful error message for this case; patch by Thordur Bjornsson; bz#2501; ok dtucker@ ------------- This caused unexpected failures when VerifyHostKeyDNS=yes, SSHFP results are missing but the user already has the key in known_hosts Spotted by dtucker@ Upstream-ID: 97e31742fddaf72046f6ffef091ec0d823299920 Move to OpenSSH 7.8 tracking bug So basically this needs to be rewritten to make the behaviour changes / warnings happen only after the key has been checked for in known_hosts. |