| Summary: | ssh-keyscan generates errors in /var/log/secure | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Tom Horsley <horsley1953> |
| Component: | ssh-keyscan | Assignee: | Assigned to nobody <unassigned-bugs> |
| Status: | CLOSED FIXED | ||
| Severity: | enhancement | CC: | djm, dtucker, jjelen |
| Priority: | P5 | ||
| Version: | 6.4p1 | ||
| Hardware: | Other | ||
| OS: | Linux | ||
|
Description
Tom Horsley
2016-08-18 22:01:10 AEST
The severity of this message was changed in 7.2. You could either upgrade or backport the patch: https://anongit.mindrot.org/openssh.git/commit/?id=af1f084857621f14bd9391aba8033d35886c2455 For Fedora 24, I have repo with the latest openssh version packaged: https://copr.fedoraproject.org/coprs/jjelen/openssh-latest/ It should solve your issue, as pointed out by Darren (note that it was openssh-7.3, which changed the severity). (In reply to Tom Horsley from comment #0) > It clutters up the log something fierce since I have automated tests > running all the time and verifying host keys with ssh-keyscan before > trying to ssh into the system. What value are you getting from "verifying host keys with ssh-keyscan before trying to ssh" ? ssh verifies host keys itself. (In reply to Jakub Jelen from comment #2) > It should solve your issue, as pointed out by Darren (note that it > was openssh-7.3, which changed the severity). Oops, right it was 7.3 not 7.2. (In reply to Darren Tucker from comment #3) > What value are you getting from "verifying host keys with > ssh-keyscan before trying to ssh" ? ssh verifies host keys itself. I meant that I make sure they are valid by setting the host key (so systems that have been regenned and have new host keys don't bring the automated scripts to a screeching halt wanting the answers to silly questions :-). This is already fixed in openssh-7.3 closing resolved bugs as of 8.6p1 release |