Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dservconf.h251 char *sshd_session_path; member
H A Dservconf.c217 options->sshd_session_path = NULL; in initialize_server_options()
502 if (options->sshd_session_path == NULL) in fill_default_server_options()
503 options->sshd_session_path = xstrdup(_PATH_SSHD_SESSION); in fill_default_server_options()
2719 charptr = &options->sshd_session_path; in process_server_config_line_depth()
3311 dump_cfg_string(sSshdSessionPath, o->sshd_session_path); in dump_config()
H A Dsshd.c1719 rexec_argv[0] = options.sshd_session_path; in main()