Home
last modified time | relevance | path

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

/freebsd-10-stable/crypto/openssh/
Dreadconf.h36 int forward_x11_trusted; /* Trust Forward X11 display. */ member
Dreadconf.c932 intptr = &options->forward_x11_trusted; in process_config_line_depth()
1804 options->forward_x11_trusted = -1; in initialize_options()
1928 if (options->forward_x11_trusted == -1) in fill_default_options()
1929 options->forward_x11_trusted = 0; in fill_default_options()
2556 dump_cfg_fmtint(oForwardX11Trusted, o->forward_x11_trusted); in dump_client_config()
Dssh.c651 options.forward_x11_trusted = 1; in main()
1784 options.xauth_location, options.forward_x11_trusted, in ssh_session()
1884 options.xauth_location, options.forward_x11_trusted, in ssh_session2_setup()
Dmux.c1357 options.forward_x11_trusted, options.forward_x11_timeout, in mux_session_confirm()