X-Git-Url: https://git.openstreetmap.org/dns.git/blobdiff_plain/21ccf33f2bc9942054a26a0f3ff11349e9f44963..9883347e9cacf46736559f287463b955e51fea5c:/bin/mksshfp diff --git a/bin/mksshfp b/bin/mksshfp index 56c7bbb..e4bc8ed 100755 --- a/bin/mksshfp +++ b/bin/mksshfp @@ -18,7 +18,7 @@ if (-f "/etc/ssh/ssh_known_hosts") my $type = $3; my $value = $4; - print SSHFP_JS qq| SSHFP("${host}", ${algorithm}, ${type}, "${value}");\n|; + print SSHFP_JS qq| SSHFP("${host}", ${algorithm}, ${type}, "${value}"),\n|; } else {