Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dreadconf.c123 const char *host, const char *original_host, const char *remote_command,
126 const char *host, const char *original_host, const char *remote_command,
702 const char *remote_command, int final_pass, int *want_final_pass, in match_cfg_line() argument
851 criteria = xstrdup(remote_command == NULL ? in match_cfg_line()
852 "" : remote_command); in match_cfg_line()
863 else if (remote_command != NULL && in match_cfg_line()
864 *remote_command != '\0') in match_cfg_line()
1125 const char *original_host, const char *remote_command, char *line, in process_config_line() argument
1129 remote_command, line, filename, linenum, activep, flags, NULL, 0); in process_config_line()
1135 const char *original_host, const char *remote_command, char *line, in process_config_line_depth() argument
[all …]
H A Dssh.c1346 options.remote_command != NULL || in main()
1359 if (sshbuf_len(command) != 0 && options.remote_command != NULL) in main()
1364 options.remote_command == NULL && in main()
1382 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 …]
H A Dreadconf.h147 char *remote_command; member