CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2017/09/13 22:32:21
Modified files: usr.bin/ssh : dns.c dns.h sshconnect.c Log message: 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@