Searched refs:verbose_f (Results 1 – 7 of 7) sorted by relevance
/openbsd/usr.bin/ssh/ |
H A D | srclimit.c | 412 verbose_f("%s penalty table full, cannot penalise %s for %s", t, in srclimit_penalise() 428 verbose_f("%s: new %s %s penalty of %d seconds for %s", t, in srclimit_penalise() 447 verbose_f("%s: activating %s penalty of %lld seconds for %s", in srclimit_penalise()
|
H A D | canohost.c | 113 verbose_f("gethostname: %s", strerror(errno)); in get_local_name()
|
H A D | kex.c | 1310 verbose_f("Connection closed by remote host"); in kex_exchange_identification() 1326 verbose_f("banner line contains invalid " in kex_exchange_identification() 1336 verbose_f("banner line too long"); in kex_exchange_identification() 1352 verbose_f("client sent invalid protocol identifier " in kex_exchange_identification()
|
H A D | log.h | 120 #define verbose_f(...) sshlog(__FILE__, __func__, __LINE__, 1, SYSLOG_LEVEL_VERBOSE, NULL, __VA_AR… macro
|
H A D | hostfile.c | 797 verbose_f("invalid marker at %s:%lu", path, linenum); in hostkeys_foreach_file()
|
H A D | auth2-pubkey.c | 139 verbose_f("unsupported public key algorithm: %s", pkalg); in userauth_pubkey()
|
H A D | ssh-agent.c | 855 verbose_f("%s key not found", sshkey_type(key)); in process_sign_request2() 914 verbose_f("user refused key"); in process_sign_request2()
|