Home
last modified time | relevance | path

Searched refs:stdio_forward_host (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/crypto/openssh/
H A Dreadconf.h117 char *stdio_forward_host; member
H A Dssh.c744 if (options.stdio_forward_host != NULL) in main()
898 if (options.stdio_forward_host != NULL) in main()
903 options.stdio_forward_host = fwd.listen_host; in main()
1885 if (options.stdio_forward_host == NULL) in ssh_init_stdio_forwarding()
1888 debug3_f("%s:%d", options.stdio_forward_host, in ssh_init_stdio_forwarding()
1894 if ((c = channel_connect_stdio_fwd(ssh, options.stdio_forward_host, in ssh_init_stdio_forwarding()
2163 options.stdio_forward_host != NULL)) in ssh_session2()
H A Dreadconf.c2354 options->stdio_forward_host = NULL; in initialize_options()
2502 options->stdio_forward_host != NULL ? 1 : 0; in fill_default_options()
2505 options->stdio_forward_host != NULL ? 1 : 0; in fill_default_options()
2803 free(o->stdio_forward_host); in free_options()
H A Dmux.c2112 (r = sshbuf_put_cstring(m, options.stdio_forward_host)) != 0 || in mux_client_request_stdio_fwd()
2245 if (options.stdio_forward_host != NULL) in muxclient()