=== modified file 'mandos-keygen' --- mandos-keygen 2014-07-17 03:24:57 +0000 +++ mandos-keygen 2014-08-06 20:45:04 +0000 @@ -363,7 +363,7 @@ } }' < "$SECFILE" if [ -n "$ssh_fingerprint" ]; then - echo 'checker = ssh-keyscan %%(host)s 2>/dev/null | grep --fixed-strings --line-regexp --quiet --regexp="%%(host)s %(ssh_fingerprint)s"' + echo 'checker = ssh-keyscan %%(host)s 2>/dev/null | grep --fixed-strings --line-regexp --quiet --regexp=%%(host)s" %(ssh_fingerprint)s"' echo "ssh_fingerprint = ${ssh_fingerprint}" fi fi