Home
last modified time | relevance | path

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

/freebsd-head/crypto/openssh/
HDreadconf.h36 int forward_x11_trusted; /* Trust Forward X11 display. */ member
HDreadconf.c1237 intptr = &options->forward_x11_trusted; in process_config_line_depth()
2585 options->forward_x11_trusted = -1; in initialize_options()
2731 if (options->forward_x11_trusted == -1) in fill_default_options()
2732 options->forward_x11_trusted = 0; in fill_default_options()
3584 dump_cfg_fmtint(oForwardX11Trusted, o->forward_x11_trusted); in dump_client_config()
HDssh.c787 options.forward_x11_trusted = 1; in main()
2150 options.xauth_location, options.forward_x11_trusted, in ssh_session2_setup()
HDmux.c1387 options.forward_x11_trusted, options.forward_x11_timeout, in mux_session_confirm()