Home
last modified time | relevance | path

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

/external/openssh/
Dservconf.h85 int permit_tty; /* If false, deny pty allocation */ member
Dservconf.c102 options->permit_tty = -1; in initialize_server_options()
246 if (options->permit_tty == -1) in fill_default_server_options()
247 options->permit_tty = 1; in fill_default_server_options()
1277 intptr = &options->permit_tty; in process_server_config_line()
2003 M_CP_INTOPT(permit_tty); in copy_set_server_options()
2280 dump_cfg_fmtint(sPermitTTY, o->permit_tty); in dump_config()
Dsession.c1875 if (no_pty_flag || !options.permit_tty) { in session_pty_req()