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.c81 int print_sshfp = 0; /* Print SSHFP records instead of known_hosts */ variable
324 if (print_sshfp) { in keyprint_one()
549 fprintf(stdout, "%c %s:%d %s\n", print_sshfp ? ';' : '#', in congreet()
709 print_sshfp = 1; in main()