Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dssh.c775 if (options.stdio_forward_host != NULL) in main()
927 if (options.stdio_forward_host != NULL) in main()
932 options.stdio_forward_host = in main()
1961 if (options.stdio_forward_host == NULL) in ssh_init_stdio_forwarding()
1964 debug3_f("%s:%d", options.stdio_forward_host, in ssh_init_stdio_forwarding()
1970 if ((c = channel_connect_stdio_fwd(ssh, options.stdio_forward_host, in ssh_init_stdio_forwarding()
2331 options.stdio_forward_host != NULL)) in ssh_session2()
H A Dreadconf.h135 char *stdio_forward_host; member