Home
last modified time | relevance | path

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

/dports/security/gnome-ssh-askpass/openssh-6.6p1/
H A Dreadconf.h139 int permit_local_command; member
H A Dreadconf.c1300 intptr = &options->permit_local_command; in process_config_line()
1558 options->permit_local_command = -1; in initialize_options()
1724 if (options->permit_local_command == -1) in fill_default_options()
1725 options->permit_local_command = 0; in fill_default_options()
H A Dssh.c1523 options.permit_local_command) in ssh_session()
1716 options.permit_local_command) in ssh_session2()
H A Dclientloop.c908 if (!options.permit_local_command) in process_cmdline()
915 if (*s == '!' && options.permit_local_command) { in process_cmdline()
H A Dsshconnect.c1378 if (!options.permit_local_command || in ssh_local_cmd()
/dports/security/ncrack/ncrack-0.7/opensshlib/
H A Dreadconf.h130 int permit_local_command; member
H A Dssh.c1726 options.permit_local_command) in ssh_session()
1921 options.permit_local_command) in ssh_session2()
H A Dsshconnect.c1488 if (!options.permit_local_command ||
/dports/security/pam_ssh/pam_ssh-8.0/openssh/
H A Dreadconf.h138 int permit_local_command; member
H A Dreadconf.c1507 intptr = &options->permit_local_command; in process_config_line_depth()
1921 options->permit_local_command = -1; in initialize_options()
2090 if (options->permit_local_command == -1) in fill_default_options()
2091 options->permit_local_command = 0; in fill_default_options()
2627 dump_cfg_fmtint(oPermitLocalCommand, o->permit_local_command); in dump_client_config()
H A Dclientloop.c808 if (!options.permit_local_command) in process_cmdline()
815 if (*s == '!' && options.permit_local_command) { in process_cmdline()
1259 } else if (options.forward_x11 || options.permit_local_command) { in client_loop()
H A Dsshconnect.c1373 if (!options.permit_local_command || in ssh_local_cmd()
H A Dssh.c1961 options.permit_local_command) in ssh_session2()
/dports/security/openssh-portable/openssh-8.8p1/
H A Dreadconf.h144 int permit_local_command; member
H A Dreadconf.c1847 intptr = &options->permit_local_command; in process_config_line_depth()
2413 options->permit_local_command = -1; in initialize_options()
2607 if (options->permit_local_command == -1) in fill_default_options()
2608 options->permit_local_command = 0; in fill_default_options()
3305 dump_cfg_fmtint(oPermitLocalCommand, o->permit_local_command); in dump_client_config()
H A Dclientloop.c790 if (!options.permit_local_command) in process_cmdline()
797 if (*s == '!' && options.permit_local_command) { in process_cmdline()
1227 } else if (options.forward_x11 || options.permit_local_command) { in client_loop()
H A Dsshconnect.c1648 if (!options.permit_local_command || in ssh_local_cmd()
H A Dssh.c2188 options.permit_local_command) in ssh_session2()