Home
last modified time | relevance | path

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

/freebsd-12-stable/crypto/openssh/
Dreadconf.h152 int fork_after_authentication; member
Dssh.c730 options.fork_after_authentication = 1; in main()
1343 if (options.fork_after_authentication && sshbuf_len(command) == 0 && in main()
1791 options.fork_after_authentication = 0; in fork_postauth()
1805 if (options.fork_after_authentication) in forwarding_success()
2184 if (!options.fork_after_authentication && in ssh_session2()
2188 options.fork_after_authentication = 1; in ssh_session2()
2235 if (options.fork_after_authentication) { in ssh_session2()
Dreadconf.c1976 intptr = &options->fork_after_authentication; in process_config_line_depth()
2451 options->fork_after_authentication = -1; in initialize_options()
2649 if (options->fork_after_authentication == -1) in fill_default_options()
2650 options->fork_after_authentication = 0; in fill_default_options()
3345 dump_cfg_fmtint(oForkAfterAuthentication, o->fork_after_authentication); in dump_client_config()
Dclientloop.c1247 options.fork_after_authentication) { in client_loop()