Home
last modified time | relevance | path

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

/freebsd-13-stable/crypto/openssh/
HDssh.c1373 options.remote_command != NULL || in main()
1386 if (sshbuf_len(command) != 0 && options.remote_command != NULL) in main()
1391 options.remote_command == NULL && in main()
1409 if (sshbuf_len(command) == 0 && options.remote_command == NULL) in main()
1473 if (options.remote_command != NULL) { in main()
1474 debug3("expanding RemoteCommand: %s", options.remote_command); in main()
1475 cp = options.remote_command; in main()
1476 options.remote_command = default_client_percent_expand(cp, in main()
1478 debug3("expanded RemoteCommand: %s", options.remote_command); in main()
1480 if ((r = sshbuf_put(command, options.remote_command, in main()
[all …]
HDreadconf.h147 char *remote_command; member
HDreadconf.c2025 charptr = &options->remote_command; in process_config_line_depth()
2698 options->remote_command = NULL; in initialize_options()
2981 CLEAR_ON_NONE(options->remote_command); in fill_default_options()
3095 free(o->remote_command); in free_options()
3668 dump_cfg_string(oRemoteCommand, o->remote_command); in dump_client_config()