Searched refs:local_command (Results 1 – 3 of 3) sorted by relevance
746 if (options.local_command != NULL) { in main()747 debug3("expanding LocalCommand: %s", options.local_command); in main()748 cp = options.local_command; in main()749 options.local_command = percent_expand(cp, "d", pw->pw_dir, in main()753 debug3("expanded LocalCommand: %s", options.local_command); in main()1277 if (options.local_command != NULL && in ssh_session()1279 ssh_local_cmd(options.local_command); in ssh_session()1452 if (options.local_command != NULL && in ssh_session2()1454 ssh_local_cmd(options.local_command); in ssh_session2()
130 char *local_command; member
994 charptr = &options->local_command; in process_config_line()1197 options->local_command = NULL; in initialize_options()