Searched refs:stdio_forward_host (Results 1 – 4 of 4) sorted by relevance
110 char *stdio_forward_host; member
705 if (options.stdio_forward_host != NULL) in main()832 if (options.stdio_forward_host != NULL) in main()837 options.stdio_forward_host = fwd.listen_host; in main()1656 if (options.stdio_forward_host == NULL) in ssh_init_stdio_forwarding()1659 debug3("%s: %s:%d", __func__, options.stdio_forward_host, in ssh_init_stdio_forwarding()1665 if ((c = channel_connect_stdio_fwd(ssh, options.stdio_forward_host, in ssh_init_stdio_forwarding()
1837 options->stdio_forward_host = NULL; in initialize_options()1972 options->stdio_forward_host != NULL ? 1 : 0; in fill_default_options()1975 options->stdio_forward_host != NULL ? 1 : 0; in fill_default_options()
2166 (r = sshbuf_put_cstring(m, options.stdio_forward_host)) != 0 || in mux_client_request_stdio_fwd()2304 if (options.stdio_forward_host != NULL) in muxclient()