Searched refs:remote_command (Results 1 – 3 of 3) sorted by relevance
1224 if (sshbuf_len(command) != 0 && options.remote_command != NULL) in main()1229 options.remote_command == NULL && !no_shell_flag) in main()1241 if (sshbuf_len(command) == 0 && options.remote_command == NULL) in main()1303 if (options.remote_command != NULL) { in main()1304 debug3("expanding RemoteCommand: %s", options.remote_command); in main()1305 cp = options.remote_command; in main()1306 options.remote_command = percent_expand(cp, in main()1318 debug3("expanded RemoteCommand: %s", options.remote_command); in main()1320 if ((r = sshbuf_put(command, options.remote_command, in main()1321 strlen(options.remote_command))) != 0) in main()
139 char *remote_command; member
1498 charptr = &options->remote_command; in process_config_line_depth()1912 options->remote_command = NULL; in initialize_options()2139 CLEAR_ON_NONE(options->remote_command); in fill_default_options()2654 dump_cfg_string(oRemoteCommand, o->remote_command); in dump_client_config()