Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/ssh/
Dssh-keyscan.c293 const char *known_host; in keyprint_one() local
307 known_host = hash_hosts ? hashed : hostport; in keyprint_one()
309 r = fprintf(stdout, "%s ", known_host); in keyprint_one()