Home
last modified time | relevance | path

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

/freebsd-12-stable/crypto/openssh/
Dssh.c1326 options.remote_command != NULL || in main()
1339 if (sshbuf_len(command) != 0 && options.remote_command != NULL) in main()
1344 options.remote_command == NULL && in main()
1362 if (sshbuf_len(command) == 0 && options.remote_command == NULL) in main()
1424 if (options.remote_command != NULL) { in main()
1425 debug3("expanding RemoteCommand: %s", options.remote_command); in main()
1426 cp = options.remote_command; in main()
1427 options.remote_command = default_client_percent_expand(cp, in main()
1429 debug3("expanded RemoteCommand: %s", options.remote_command); in main()
1431 if ((r = sshbuf_put(command, options.remote_command, in main()
[all …]
Dreadconf.h146 char *remote_command; member
Dreadconf.c1857 charptr = &options->remote_command; in process_config_line_depth()
2441 options->remote_command = NULL; in initialize_options()
2707 CLEAR_ON_NONE(options->remote_command); in fill_default_options()
2818 free(o->remote_command); in free_options()
3377 dump_cfg_string(oRemoteCommand, o->remote_command); in dump_client_config()