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

/freebsd-13-stable/crypto/openssh/
H A Dreadconf.h140 char *remote_command; member in struct:__anon6881
H A Dssh.c1230 if (sshbuf_len(command) != 0 && options.remote_command != NULL)
1235 options.remote_command == NULL && !no_shell_flag)
1247 if (sshbuf_len(command) == 0 && options.remote_command == NULL)
1309 if (options.remote_command != NULL) {
1310 debug3("expanding RemoteCommand: %s", options.remote_command);
1311 cp = options.remote_command;
1312 options.remote_command = percent_expand(cp,
1324 debug3("expanded RemoteCommand: %s", options.remote_command);
1326 if ((r = sshbuf_put(command, options.remote_command,
1327 strlen(options.remote_command))) !
[all...]
H A Dreadconf.c1512 charptr = &options->remote_command;
1938 options->remote_command = NULL;
2168 CLEAR_ON_NONE(options->remote_command);
2684 dump_cfg_string(oRemoteCommand, o->remote_command);

Completed in 115 milliseconds