Como solução alternativa, você pode verificar se o host é confiável:
$ ssh-keygen -H -F host.example.com
# Host host.example.com found: line 205 type RSA
...
Note que ssh-keygen sai com 0 em qualquer caso aqui, então você tem que verificar a saída:
ssh-keygen -H -F host.example.com |
grep -q found: || echo "host is not trusted" && exit 2