Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dreadconf.h118 char *stdio_forward_host; member
H A Dssh.c793 if (options.stdio_forward_host != NULL) in main()
945 if (options.stdio_forward_host != NULL) in main()
950 options.stdio_forward_host = in main()
1990 if (options.stdio_forward_host == NULL) in ssh_init_stdio_forwarding()
1993 debug3_f("%s:%d", options.stdio_forward_host, in ssh_init_stdio_forwarding()
1999 if ((c = channel_connect_stdio_fwd(ssh, options.stdio_forward_host, in ssh_init_stdio_forwarding()
2267 options.stdio_forward_host != NULL)) in ssh_session2()
H A Dreadconf.c2587 options->stdio_forward_host = NULL; in initialize_options()
2741 options->stdio_forward_host != NULL ? 1 : 0; in fill_default_options()
2744 options->stdio_forward_host != NULL ? 1 : 0; in fill_default_options()
3057 free(o->stdio_forward_host); in free_options()
H A Dmux.c2139 (r = sshbuf_put_cstring(m, options.stdio_forward_host)) != 0 || in mux_client_request_stdio_fwd()
2272 if (options.stdio_forward_host != NULL) in muxclient()