Home
last modified time | relevance | path

Searched refs:no_pty_flag (Results 1 – 4 of 4) sorted by relevance

/external/openssh/
Dauth-options.c46 int no_pty_flag = 0; variable
69 no_pty_flag = 0; in auth_clear_options()
144 no_pty_flag = 1; in auth_parse_options()
165 no_pty_flag = r != 1; in auth_parse_options()
635 no_pty_flag |= cert_no_pty_flag; in auth_cert_options()
Dauth-options.h28 extern int no_pty_flag;
Dmonitor.c406 if (!no_pty_flag) { in monitor_child_postauth()
Dsession.c1875 if (no_pty_flag || !options.permit_tty) { in session_pty_req()