Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssh/
H A Dserverloop.c535 ssh_packet_send_debug(ssh, "Unsupported tunnel device mode."); in server_request_tun()
539 ssh_packet_send_debug(ssh, "Server has rejected tunnel device " in server_request_tun()
585 ssh_packet_send_debug(ssh, "Failed to open the tunnel device."); in server_request_tun()
794 ssh_packet_send_debug(ssh, "Server has disabled port forwarding."); in server_input_global_request()
828 ssh_packet_send_debug(ssh, "Server has disabled " in server_input_global_request()
H A Dpacket.h138 void ssh_packet_send_debug(struct ssh *, const char *fmt, ...) __attribute__((format(printf, 2,…
H A Dsession.c205 ssh_packet_send_debug(ssh, "Agent forwarding disabled: " in auth_input_request_forwarding()
2594 ssh_packet_send_debug(ssh, "X11 forwarding disabled by key options."); in session_setup_x11fwd()
2603 ssh_packet_send_debug(ssh, "No xauth program; cannot forward X11."); in session_setup_x11fwd()
2644 ssh_packet_send_debug(ssh, "Can't get IP address for X11 DISPLAY."); in session_setup_x11fwd()
H A Dauth.c719 ssh_packet_send_debug(ssh, "%s", msg); in auth_debug_send()
H A Dssh_namespace.h647 #define ssh_packet_send_debug Fssh_ssh_packet_send_debug macro
H A Dchannels.c3304 ssh_packet_send_debug(ssh,
3780 ssh_packet_send_debug(ssh, "port forwarding refused");
H A Dpacket.c1812 ssh_packet_send_debug(struct ssh *ssh, const char *fmt,...) in ssh_packet_send_debug() function