Searched refs:forward_x11 (Results 1 – 6 of 6) sorted by relevance
33 int forward_x11; /* Forward X11 display. */ member
719 options.forward_x11 = 0; in main()722 options.forward_x11 = 1; in main()734 options.forward_x11 = 1; in main()1951 if (display == NULL && options.forward_x11) in ssh_session2_setup()1953 if (options.forward_x11 && client_x11_get_proto(ssh, display, in ssh_session2_setup()
990 intptr = &options->forward_x11; in process_config_line_depth()1924 options->forward_x11 = -1; in initialize_options()2053 if (options->forward_x11 == -1) in fill_default_options()2054 options->forward_x11 = 0; in fill_default_options()2724 dump_cfg_fmtint(oForwardX11, o->forward_x11); in dump_client_config()
1048 if (options.forward_x11) { in check_host_key()1051 options.forward_x11 = 0; in check_host_key()
1246 } else if (options.forward_x11 || options.permit_local_command) { in client_loop()1571 if (!options.forward_x11) { in client_request_x11()
1397 if (cctx->want_x_fwd && options.forward_x11 && display != NULL) { in mux_session_confirm()1937 (r = sshbuf_put_u32(m, options.forward_x11)) != 0 || in mux_client_request_session()