Home
last modified time | relevance | path

Searched refs:print_sshfp (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/openssh/
H A Dssh-keyscan.c76 int print_sshfp = 0; /* Print SSHFP records instead of known_hosts */ variable
311 if (print_sshfp) { in keyprint_one()
536 fprintf(stdout, "%c %s:%d %s\n", print_sshfp ? ';' : '#', in congreet()
684 print_sshfp = 1; in main()