Searched refs:auth_opts (Results 1 – 6 of 6) sorted by relevance
82 extern struct sshauthopt *auth_opts;416 auth_opts->permit_port_forwarding_flag && in server_request_direct_tcpip()461 auth_opts->permit_port_forwarding_flag && in server_request_direct_streamlocal()507 if (auth_opts->force_tun_device != -1) { in server_request_tun()509 auth_opts->force_tun_device != (int)tun) in server_request_tun()511 tun = auth_opts->force_tun_device; in server_request_tun()750 !auth_opts->permit_port_forwarding_flag || in server_input_global_request()784 || !auth_opts->permit_port_forwarding_flag || in server_input_global_request()
128 extern struct sshauthopt *auth_opts;289 for (i = 0; i < auth_opts->npermitopen; i++) { in set_fwdpermit_from_authopts()290 tmp = cp = xstrdup(auth_opts->permitopen[i]); in set_fwdpermit_from_authopts()324 auth_log_authopts("active", auth_opts, 0); in do_authenticated()328 set_fwdpermit_from_authopts(ssh, auth_opts); in do_authenticated()330 if (!auth_opts->permit_port_forwarding_flag || in do_authenticated()637 } else if (auth_opts->force_command != NULL) { in do_exec()639 command = auth_opts->force_command; in do_exec()880 for (n = 0 ; n < auth_opts->nenv; n++) { in do_setup_env()881 ocp = xstrdup(auth_opts->env[n]); in do_setup_env()[all …]
70 extern struct sshauthopt *auth_opts;315 if (auth_opts->force_command != NULL) { in auth_root_allowed()660 struct sshauthopt *old = auth_opts; in auth_activate_options()664 if ((auth_opts = sshauthopt_merge(old, opts, &emsg)) == NULL) { in auth_activate_options()
143 struct sshauthopt *auth_opts = NULL; variable724 if ((auth_opts = sshauthopt_new_with_keys_defaults()) == NULL) in main()
165 struct sshauthopt *auth_opts = NULL; variable1170 if ((auth_opts = sshauthopt_new_with_keys_defaults()) == NULL) in main()
96 extern struct sshauthopt *auth_opts; /* XXX move to permanent ssh->authctxt? */353 if (auth_opts->permit_pty_flag) { in monitor_child_postauth()