Home
last modified time | relevance | path

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

/external/openssh/
Dservconf.h108 int permit_tty; /* If false, deny pty allocation */ member
Dservconf.c121 options->permit_tty = -1; in initialize_server_options()
352 if (options->permit_tty == -1) in fill_default_server_options()
353 options->permit_tty = 1; in fill_default_server_options()
1614 intptr = &options->permit_tty; in process_server_config_line_depth()
2514 M_CP_INTOPT(permit_tty); in copy_set_server_options()
2820 dump_cfg_fmtint(sPermitTTY, o->permit_tty); in dump_config()
Dsession.c1911 if (!auth_opts->permit_pty_flag || !options.permit_tty) { in session_pty_req()