Home
last modified time | relevance | path

Searched refs:local_command (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/crypto/openssh/
H A Dssh.c1859 if (options.local_command != NULL) { in ssh_session2()
1860 debug3("expanding LocalCommand: %s", options.local_command); in ssh_session2()
1861 cp = options.local_command; in ssh_session2()
1862 options.local_command = percent_expand(cp, in ssh_session2()
1875 debug3("expanded LocalCommand: %s", options.local_command); in ssh_session2()
1930 if (options.local_command != NULL && in ssh_session2()
1932 ssh_local_cmd(options.local_command); in ssh_session2()
H A Dreadconf.h137 char *local_command; member
H A Dreadconf.c1490 charptr = &options->local_command; in process_config_line_depth()
1910 options->local_command = NULL; in initialize_options()
2138 CLEAR_ON_NONE(options->local_command); in fill_default_options()
2653 dump_cfg_string(oLocalCommand, o->local_command); in dump_client_config()