Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/bsd/openssh/dist/
Dreadconf.h164 int permit_local_command; member
Dreadconf.c2140 intptr = &options->permit_local_command; in process_config_line_depth()
2836 options->permit_local_command = -1; in initialize_options()
3074 if (options->permit_local_command == -1) in fill_default_options()
3075 options->permit_local_command = 0; in fill_default_options()
3805 dump_cfg_fmtint(oPermitLocalCommand, o->permit_local_command); in dump_client_config()
Dclientloop.c1021 if (!options.permit_local_command) in process_cmdline()
1028 if (*s == '!' && options.permit_local_command) { in process_cmdline()
1468 } else if (options.forward_x11 || options.permit_local_command) { in client_loop()
Dsshconnect.c1738 if (!options.permit_local_command || in ssh_local_cmd()
Dssh.c2426 options.permit_local_command) in ssh_session2()