Home
last modified time | relevance | path

Searched refs:permit_local_command (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/openssh/
H A Dreadconf.h146 int permit_local_command; member
H A Dreadconf.c1969 intptr = &options->permit_local_command; in process_config_line_depth()
2616 options->permit_local_command = -1; in initialize_options()
2812 if (options->permit_local_command == -1) in fill_default_options()
2813 options->permit_local_command = 0; in fill_default_options()
3544 dump_cfg_fmtint(oPermitLocalCommand, o->permit_local_command); in dump_client_config()
H A Dclientloop.c1020 if (!options.permit_local_command) in process_cmdline()
1027 if (*s == '!' && options.permit_local_command) { in process_cmdline()
1465 } else if (options.forward_x11 || options.permit_local_command) { in client_loop()
H A Dsshconnect.c1671 if (!options.permit_local_command || in ssh_local_cmd()
H A Dssh.c2303 options.permit_local_command) in ssh_session2()