Home
last modified time | relevance | path

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

/external/openssh/
Dreadconf.h130 int permit_local_command; member
Dreadconf.c1352 intptr = &options->permit_local_command; in process_config_line()
1662 options->permit_local_command = -1; in initialize_options()
1836 if (options->permit_local_command == -1) in fill_default_options()
1837 options->permit_local_command = 0; in fill_default_options()
2272 dump_cfg_fmtint(oPermitLocalCommand, o->permit_local_command); in dump_client_config()
Dssh.c1723 options.permit_local_command) in ssh_session()
1916 options.permit_local_command) in ssh_session2()
Dclientloop.c907 if (!options.permit_local_command) in process_cmdline()
914 if (*s == '!' && options.permit_local_command) { in process_cmdline()
Dsshconnect.c1461 if (!options.permit_local_command || in ssh_local_cmd()