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

/freebsd-13-stable/crypto/openssh/
H A Dservconf.h97 int permit_tty; /* If false, deny pty allocation */ member in struct:__anon6892
H A Dservconf.c111 options->permit_tty = -1;
323 if (options->permit_tty == -1)
324 options->permit_tty = 1;
1543 intptr = &options->permit_tty;
2311 M_CP_INTOPT(permit_tty);
2600 dump_cfg_fmtint(sPermitTTY, o->permit_tty);
H A Dsession.c1941 if (!auth_opts->permit_pty_flag || !options.permit_tty) {

Completed in 103 milliseconds