Searched refs:ssh_packet_send_debug (Results 1 – 6 of 6) sorted by relevance
/openbsd/usr.bin/ssh/ |
H A D | serverloop.c | 492 ssh_packet_send_debug(ssh, "Unsupported tunnel device mode."); in server_request_tun() 496 ssh_packet_send_debug(ssh, "Server has rejected tunnel device " in server_request_tun() 537 ssh_packet_send_debug(ssh, "Failed to open the tunnel device."); in server_request_tun() 754 ssh_packet_send_debug(ssh, "Server has disabled port forwarding."); in server_input_global_request() 787 ssh_packet_send_debug(ssh, "Server has disabled " in server_input_global_request()
|
H A D | packet.h | 132 void ssh_packet_send_debug(struct ssh *, const char *fmt, ...) __attribute__((format(printf, 2,…
|
H A D | auth.c | 522 ssh_packet_send_debug(ssh, "%s", msg); in auth_debug_send()
|
H A D | session.c | 189 ssh_packet_send_debug(ssh, "Agent forwarding disabled: " in auth_input_request_forwarding() 2236 ssh_packet_send_debug(ssh, "X11 forwarding disabled by key options."); in session_setup_x11fwd() 2245 ssh_packet_send_debug(ssh, "No xauth program; cannot forward X11."); in session_setup_x11fwd()
|
H A D | channels.c | 3720 ssh_packet_send_debug(ssh, in channel_fwd_bind_addr() 4189 ssh_packet_send_debug(ssh, "port forwarding refused"); in channel_setup_remote_fwd_listener()
|
H A D | packet.c | 1924 ssh_packet_send_debug(struct ssh *ssh, const char *fmt,...) in ssh_packet_send_debug() function
|