Home
last modified time | relevance | path

Searched refs:fork_after_authentication (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/openssh/
H A Dssh.c767 options.fork_after_authentication = 1; in main()
1383 if (options.fork_after_authentication && sshbuf_len(command) == 0 && in main()
1850 options.fork_after_authentication = ofork_after_authentication; in control_persist_detach()
1872 options.fork_after_authentication = 0; in fork_postauth()
1886 if (options.fork_after_authentication) in forwarding_success()
2262 ofork_after_authentication = options.fork_after_authentication; in ssh_session2()
2269 options.fork_after_authentication = 1; in ssh_session2()
2319 if (options.fork_after_authentication) { in ssh_session2()
H A Dreadconf.h153 int fork_after_authentication; member
H A Dreadconf.c2144 intptr = &options->fork_after_authentication; in process_config_line_depth()
2679 options->fork_after_authentication = -1; in initialize_options()
2878 if (options->fork_after_authentication == -1) in fill_default_options()
2879 options->fork_after_authentication = 0; in fill_default_options()
3602 dump_cfg_fmtint(oForkAfterAuthentication, o->fork_after_authentication); in dump_client_config()
H A Dclientloop.c941 options.forward_x11 || options.fork_after_authentication || in client_repledge()
1477 options.fork_after_authentication) { in client_loop()
H A Dmux.c2001 if (options.fork_after_authentication) in mux_client_request_session()