From: Florian Weimer Date: Thu, 22 May 2008 12:12:20 +0000 (+0200) Subject: Fix names of system-wide known hosts files X-Git-Tag: v0.9.4~8 X-Git-Url: https://repo.or.cz/w/dowkd.git/commitdiff_plain/37393d27165784efbd7924a4a38e4c388a3fef94 Fix names of system-wide known hosts files --- diff --git a/dowkd.in b/dowkd.in index b39dd41..1739568 100644 --- a/dowkd.in +++ b/dowkd.in @@ -511,7 +511,7 @@ if (@ARGV) { } elsif ($cmd eq 'quick') { from_user_all; for my $file (qw/ssh_host_rsa_key.pub ssh_host_dsa_key.pub - ssh_host_key known_hosts known_hosts2/) { + ssh_host_key ssh_known_hosts ssh_known_hosts2/) { -e $file and from_ssh_auth_file $file; } from_etc;