Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dreadconf.c131 const char *host, const char *original_host, const char *remote_command,
134 const char *host, const char *original_host, const char *remote_command,
710 const char *remote_command, int final_pass, int *want_final_pass, in match_cfg_line() argument
859 criteria = xstrdup(remote_command == NULL ? in match_cfg_line()
860 "" : remote_command); in match_cfg_line()
871 else if (remote_command != NULL && in match_cfg_line()
872 *remote_command != '\0') in match_cfg_line()
1132 const char *original_host, const char *remote_command, char *line, in process_config_line() argument
1136 remote_command, line, filename, linenum, activep, flags, NULL, 0); in process_config_line()
1142 const char *original_host, const char *remote_command, char *line, in process_config_line_depth() argument
[all …]
H A Dssh.c1399 options.remote_command != NULL || in main()
1412 if (sshbuf_len(command) != 0 && options.remote_command != NULL) in main()
1417 options.remote_command == NULL && in main()
1435 if (sshbuf_len(command) == 0 && options.remote_command == NULL) in main()
1526 if (options.remote_command != NULL) { in main()
1527 debug3("expanding RemoteCommand: %s", options.remote_command); in main()
1528 cp = options.remote_command; in main()
1529 options.remote_command = default_client_percent_expand(cp, in main()
1531 debug3("expanded RemoteCommand: %s", options.remote_command); in main()
1533 if ((r = sshbuf_put(command, options.remote_command, in main()
[all …]
H A Dreadconf.h147 char *remote_command; member