Searched refs:stdio_forward_host (Results 1 – 4 of 4) sorted by relevance
117 char *stdio_forward_host; member
767 if (options.stdio_forward_host != NULL) in main()919 if (options.stdio_forward_host != NULL) in main()924 options.stdio_forward_host = in main()1956 if (options.stdio_forward_host == NULL) in ssh_init_stdio_forwarding()1959 debug3_f("%s:%d", options.stdio_forward_host, in ssh_init_stdio_forwarding()1965 if ((c = channel_connect_stdio_fwd(ssh, options.stdio_forward_host, in ssh_init_stdio_forwarding()2233 options.stdio_forward_host != NULL)) in ssh_session2()
2588 options->stdio_forward_host = NULL; in initialize_options()2743 options->stdio_forward_host != NULL ? 1 : 0; in fill_default_options()2746 options->stdio_forward_host != NULL ? 1 : 0; in fill_default_options()3052 free(o->stdio_forward_host); in free_options()
2118 (r = sshbuf_put_cstring(m, options.stdio_forward_host)) != 0 || in mux_client_request_stdio_fwd()2250 if (options.stdio_forward_host != NULL) in muxclient()