Searched refs:ssh_packet_send_debug (Results 1 – 6 of 6) sorted by relevance
/dflybsd-src/crypto/openssh/ |
H A D | serverloop.c | 498 ssh_packet_send_debug(ssh, "Unsupported tunnel device mode."); in server_request_tun() 502 ssh_packet_send_debug(ssh, "Server has rejected tunnel device " in server_request_tun() 548 ssh_packet_send_debug(ssh, "Failed to open the tunnel device."); in server_request_tun() 764 ssh_packet_send_debug(ssh, "Server has disabled port forwarding."); in server_input_global_request() 797 ssh_packet_send_debug(ssh, "Server has disabled " in server_input_global_request()
|
H A D | packet.h | 136 void ssh_packet_send_debug(struct ssh *, const char *fmt, ...) __attribute__((format(printf, 2,…
|
H A D | session.c | 213 ssh_packet_send_debug(ssh, "Agent forwarding disabled: " in auth_input_request_forwarding() 2572 ssh_packet_send_debug(ssh, "X11 forwarding disabled by key options."); in session_setup_x11fwd() 2581 ssh_packet_send_debug(ssh, "No xauth program; cannot forward X11."); in session_setup_x11fwd() 2622 ssh_packet_send_debug(ssh, "Can't get IP address for X11 DISPLAY."); in session_setup_x11fwd()
|
H A D | auth.c | 592 ssh_packet_send_debug(ssh, "%s", msg); in auth_debug_send()
|
H A D | channels.c | 3758 ssh_packet_send_debug(ssh, in channel_fwd_bind_addr() 4234 ssh_packet_send_debug(ssh, "port forwarding refused"); in channel_setup_remote_fwd_listener()
|
H A D | packet.c | 1950 ssh_packet_send_debug(struct ssh *ssh, const char *fmt,...) in ssh_packet_send_debug() function
|