Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/ssh/
Dssh.c1345 options.remote_command != NULL || in main()
1358 if (sshbuf_len(command) != 0 && options.remote_command != NULL) in main()
1363 options.remote_command == NULL && in main()
1381 if (sshbuf_len(command) == 0 && options.remote_command == NULL) in main()
1425 if (options.remote_command != NULL) { in main()
1426 debug3("expanding RemoteCommand: %s", options.remote_command); in main()
1427 cp = options.remote_command; in main()
1428 options.remote_command = default_client_percent_expand(cp, in main()
1430 debug3("expanded RemoteCommand: %s", options.remote_command); in main()
1432 if ((r = sshbuf_put(command, options.remote_command, in main()
[all …]
Dreadconf.h146 char *remote_command; member
Dreadconf.c1992 charptr = &options->remote_command; in process_config_line_depth()
2670 options->remote_command = NULL; in initialize_options()
2947 CLEAR_ON_NONE(options->remote_command); in fill_default_options()
3059 free(o->remote_command); in free_options()
3634 dump_cfg_string(oRemoteCommand, o->remote_command); in dump_client_config()