Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dreadconf.c137 const char *host, const char *original_host, const char *remote_command,
140 const char *host, const char *original_host, const char *remote_command,
714 const char *remote_command, int final_pass, int *want_final_pass, in match_cfg_line() argument
862 criteria = xstrdup(remote_command == NULL ? in match_cfg_line()
863 "" : remote_command); in match_cfg_line()
874 else if (remote_command != NULL && in match_cfg_line()
875 *remote_command != '\0') in match_cfg_line()
1126 const char *original_host, const char *remote_command, char *line, in process_config_line() argument
1130 remote_command, line, filename, linenum, activep, flags, NULL, 0); in process_config_line()
1136 const char *original_host, const char *remote_command, char *line, in process_config_line_depth() argument
[all …]
H A Dssh.c1379 options.remote_command != NULL || in main()
1392 if (sshbuf_len(command) != 0 && options.remote_command != NULL) in main()
1397 options.remote_command == NULL && in main()
1415 if (sshbuf_len(command) == 0 && options.remote_command == NULL) in main()
1496 if (options.remote_command != NULL) { in main()
1497 debug3("expanding RemoteCommand: %s", options.remote_command); in main()
1498 cp = options.remote_command; in main()
1499 options.remote_command = default_client_percent_expand(cp, in main()
1501 debug3("expanded RemoteCommand: %s", options.remote_command); in main()
1503 if ((r = sshbuf_put(command, options.remote_command, in main()
[all …]
H A Dreadconf.h146 char *remote_command; member