Searched refs:permit_tty (Results 1 – 3 of 3) sorted by relevance
87 int permit_tty; /* If false, deny pty allocation */ member
104 options->permit_tty = -1; in initialize_server_options()248 if (options->permit_tty == -1) in fill_default_server_options()249 options->permit_tty = 1; in fill_default_server_options()1283 intptr = &options->permit_tty; in process_server_config_line()2006 M_CP_INTOPT(permit_tty); in copy_set_server_options()2274 dump_cfg_fmtint(sPermitTTY, o->permit_tty); in dump_config()
2079 if (no_pty_flag || !options.permit_tty) { in session_pty_req()