Home
last modified time | relevance | path

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

/trueos/crypto/openssh/
HDssh.c153 char *stdio_forward_host = NULL; variable
547 if (stdio_forward_host != NULL) in main()
659 if (stdio_forward_host != NULL) in main()
664 stdio_forward_host = fwd.listen_host; in main()
1325 if (stdio_forward_host == NULL) in ssh_init_stdio_forwarding()
1330 debug3("%s: %s:%d", __func__, stdio_forward_host, stdio_forward_port); in ssh_init_stdio_forwarding()
1335 if ((c = channel_connect_stdio_fwd(stdio_forward_host, in ssh_init_stdio_forwarding()
HDmux.c92 extern char *stdio_forward_host;
1886 buffer_put_cstring(&m, stdio_forward_host); in mux_client_request_stdio_fwd()
2007 if (stdio_forward_host != NULL) in muxclient()