Home
last modified time | relevance | path

Searched refs:sshd_session_path (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/crypto/openssh/
H A Dservconf.h250 char *sshd_session_path; member
H A Dservconf.c215 options->sshd_session_path = NULL; in initialize_server_options()
490 if (options->sshd_session_path == NULL) in fill_default_server_options()
491 options->sshd_session_path = xstrdup(_PATH_SSHD_SESSION); in fill_default_server_options()
2658 charptr = &options->sshd_session_path; in process_server_config_line_depth()
3236 dump_cfg_string(sSshdSessionPath, o->sshd_session_path); in dump_config()
H A Dsshd.c1649 rexec_argv[0] = options.sshd_session_path; in main()