Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssh/
H A Dssh.c1312 options.remote_command != NULL || in main()
1325 if (sshbuf_len(command) != 0 && options.remote_command != NULL) in main()
1330 options.remote_command == NULL && in main()
1348 if (sshbuf_len(command) == 0 && options.remote_command == NULL) in main()
1406 if (options.remote_command != NULL) { in main()
1407 debug3("expanding RemoteCommand: %s", options.remote_command); in main()
1408 cp = options.remote_command; in main()
1409 options.remote_command = default_client_percent_expand(cp, in main()
1411 debug3("expanded RemoteCommand: %s", options.remote_command); in main()
1413 if ((r = sshbuf_put(command, options.remote_command, in main()
[all …]
H A Dreadconf.h146 char *remote_command; member
H A Dreadconf.c1856 charptr = &options->remote_command; in process_config_line_depth()
2436 options->remote_command = NULL; in initialize_options()
2699 CLEAR_ON_NONE(options->remote_command); in fill_default_options()
2810 free(o->remote_command); in free_options()
3366 dump_cfg_string(oRemoteCommand, o->remote_command); in dump_client_config()