Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/openssh/
H A Dreadconf.h110 char *stdio_forward_host; member
H A Dssh.c705 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()
H A Dreadconf.c1837 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()
H A Dmux.c2166 (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()