Lines Matching +refs:msg +refs:debug
517 debug("unable to get login class: %s", user); in getpwnamallow()
524 debug("Denied connection for %.200s from %.200s [%.200s].", in getpwnamallow()
531 debug("LOGIN %.200s REFUSED (TIME)", pw->pw_name); in getpwnamallow()
538 debug("Approval failure for %s", user); in getpwnamallow()
608 char *msg; in auth_debug_send() local
614 if ((r = sshbuf_get_cstring(auth_debug, &msg, NULL)) != 0) in auth_debug_send()
616 ssh_packet_send_debug(ssh, "%s", msg); in auth_debug_send()
617 free(msg); in auth_debug_send()
694 char msg[1024], buf[64]; in auth_log_authopts() local
698 snprintf(msg, sizeof(msg), "key options:%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s", in auth_log_authopts()
715 debug("%s: %s", loc, msg); in auth_log_authopts()
717 auth_debug_add("%s: %s", loc, msg); in auth_log_authopts()
721 debug("%s: environment: %s", loc, opts->env[i]); in auth_log_authopts()
732 debug("%s: expires at %s", loc, buf); in auth_log_authopts()
735 debug("%s: authorized principals: \"%s\"", in auth_log_authopts()
739 debug("%s: forced command: \"%s\"", loc, opts->force_command); in auth_log_authopts()
742 debug("%s: permitted open: %s", in auth_log_authopts()
748 debug("%s: permitted listen: %s", in auth_log_authopts()