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

/freebsd-13-stable/crypto/openssh/
H A Dreadconf.h139 int permit_local_command; member in struct:__anon6881
H A Dreadconf.c1508 intptr = &options->permit_local_command;
1937 options->permit_local_command = -1;
2112 if (options->permit_local_command == -1)
2113 options->permit_local_command = 0;
2650 dump_cfg_fmtint(oPermitLocalCommand, o->permit_local_command);
H A Dclientloop.c804 if (!options.permit_local_command)
811 if (*s == '!' && options.permit_local_command) {
1255 } else if (options.forward_x11 || options.permit_local_command) {
H A Dsshconnect.c1528 if (!options.permit_local_command ||
H A Dssh.c1955 options.permit_local_command)

Completed in 196 milliseconds