Searched refs:permit_tty (Results 1 – 3 of 3) sorted by relevance
85 int permit_tty; /* If false, deny pty allocation */ member
102 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()
1882 if (no_pty_flag || !options.permit_tty) { in session_pty_req()