Lines Matching refs:auth_opts
141 extern struct sshauthopt *auth_opts;
304 for (i = 0; i < auth_opts->npermitopen; i++) { in set_fwdpermit_from_authopts()
305 tmp = cp = xstrdup(auth_opts->permitopen[i]); in set_fwdpermit_from_authopts()
320 for (i = 0; i < auth_opts->npermitlisten; i++) { in set_fwdpermit_from_authopts()
321 tmp = cp = xstrdup(auth_opts->permitlisten[i]); in set_fwdpermit_from_authopts()
341 auth_log_authopts("active", auth_opts, 0); in do_authenticated()
345 set_fwdpermit_from_authopts(ssh, auth_opts); in do_authenticated()
347 if (!auth_opts->permit_port_forwarding_flag || in do_authenticated()
673 } else if (auth_opts->force_command != NULL) { in do_exec()
675 command = auth_opts->force_command; in do_exec()
1111 for (n = 0 ; n < auth_opts->nenv; n++) { in do_setup_env()
1112 ocp = xstrdup(auth_opts->env[n]); in do_setup_env()
1220 auth_opts->permit_user_rc && options.permit_user_rc && in do_rc_files()
1911 if (!auth_opts->permit_pty_flag || !options.permit_tty) { in session_pty_req()
2193 if (!auth_opts->permit_agent_forwarding_flag || in session_auth_agent_req()
2578 if (!auth_opts->permit_x11_forwarding_flag) { in session_setup_x11fwd()