Home
last modified time | relevance | path

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

/external/openssh/
Dreadconf.h35 int forward_x11_trusted; /* Trust Forward X11 display. */ member
Dreadconf.c840 intptr = &options->forward_x11_trusted; in process_config_line()
1592 options->forward_x11_trusted = -1; in initialize_options()
1707 if (options->forward_x11_trusted == -1) in fill_default_options()
1708 options->forward_x11_trusted = 0; in fill_default_options()
2260 dump_cfg_fmtint(oForwardX11Trusted, o->forward_x11_trusted); in dump_client_config()
Dssh.c638 options.forward_x11_trusted = 1; in main()
1680 options.forward_x11_trusted, in ssh_session()
1781 options.forward_x11_trusted, in ssh_session2_setup()
Dmux.c1341 options.forward_x11_trusted, options.forward_x11_timeout, in mux_session_confirm()