Home
last modified time | relevance | path

Searched refs:forward_x11 (Results 1 – 6 of 6) sorted by relevance

/freebsd-14-stable/crypto/openssh/
HDreadconf.h34 int forward_x11; /* Forward X11 display. */ member
HDssh.c771 options.forward_x11 = 0; in main()
774 options.forward_x11 = 1; in main()
786 options.forward_x11 = 1; in main()
2147 if (display == NULL && options.forward_x11) in ssh_session2_setup()
2149 if (options.forward_x11 && client_x11_get_proto(ssh, display, in ssh_session2_setup()
HDreadconf.c1224 intptr = &options->forward_x11; in process_config_line_depth()
2587 options->forward_x11 = -1; in initialize_options()
2732 if (options->forward_x11 == -1) in fill_default_options()
2733 options->forward_x11 = 0; in fill_default_options()
3586 dump_cfg_fmtint(oForwardX11, o->forward_x11); in dump_client_config()
HDsshconnect.c1360 if (options.forward_x11) { in check_host_key()
1363 options.forward_x11 = 0; in check_host_key()
HDclientloop.c941 options.forward_x11 || options.fork_after_authentication || in client_repledge()
1464 } else if (options.forward_x11 || options.permit_local_command) { in client_loop()
1776 if (!options.forward_x11) { in client_request_x11()
HDmux.c1382 if (cctx->want_x_fwd && options.forward_x11 && display != NULL) { in mux_session_confirm()
1919 (r = sshbuf_put_u32(m, options.forward_x11)) != 0 || in mux_client_request_session()