Searched refs:SSH2_MSG_USERAUTH_BANNER (Results 1 – 3 of 3) sorted by relevance
115 #define SSH2_MSG_USERAUTH_BANNER 53 macro
144 if ((r = sshpkt_start(ssh, SSH2_MSG_USERAUTH_BANNER)) != 0 || in userauth_send_banner()
467 ssh_dispatch_set(ssh, SSH2_MSG_USERAUTH_BANNER, &input_userauth_banner); in input_userauth_service_accept()