Searched refs:local_command (Results 1 – 2 of 2) sorted by relevance
2297 if (options.local_command != NULL) { in ssh_session2()2298 debug3("expanding LocalCommand: %s", options.local_command); in ssh_session2()2299 cp = options.local_command; in ssh_session2()2300 options.local_command = percent_expand(cp, in ssh_session2()2304 debug3("expanded LocalCommand: %s", options.local_command); in ssh_session2()2366 if (options.local_command != NULL && in ssh_session2()2368 ssh_local_cmd(options.local_command); in ssh_session2()
164 char *local_command; member