X-Git-Url: https://git.openstreetmap.org./dns.git/blobdiff_plain/1a253477b19ebc72ca2b36811666560944e0d886..3ed9ec6f95a3bbe1bf73cec2a49e49d2d1bf4477:/bin/mksshfp diff --git a/bin/mksshfp b/bin/mksshfp index 314eb43..3c1cd1d 100755 --- a/bin/mksshfp +++ b/bin/mksshfp @@ -8,7 +8,7 @@ if (-f "/etc/ssh/ssh_known_hosts") while (my $line = ) { - if ($line =~ /^(\S+) IN SSHFP (\d+) (\d+) ([0-9A-F]+)$/) + if ($line =~ /^(\S+)\.openstreetmap\.org IN SSHFP (\d+) (\d+) ([0-9A-F]+)$/) { my $host = $1; my $algorithm = $2;