Searched refs:ssh_cmd (Results 1 – 9 of 9) sorted by relevance
/external/toolchain-utils/dejagnu/boards/ |
D | gdbserver.sh.in | 7 ssh_cmd="nohup ${gdbserver_cmd} " 9 echo "Executing: ssh ${RSA_FILE} ${REMOTE_SSH_FLAGS} root@${FLAGS_remote} \"${ssh_cmd}\"" >&2 11 ssh ${REMOTE_SSH_FLAGS} root@${FLAGS_remote} "killall -9 gdbserver; ${ssh_cmd}"
|
/external/libvncserver/webclients/java-applet/ssl/ |
D | ss_vncviewer | 202 ssh_cmd="" 205 ssh_cmd="$SS_VNCVIEWER_SSH_CMD" 272 "-sshcmd") shift; ssh_cmd="$1" 393 if [ "X$ssh_cmd" = "X" ]; then 395 ssh_cmd="sleep $ssh_sleep" 884 ssh_cmd=`echo "$ssh_cmd" | sed -e 's/ -localhost/ /g'` 2737 sz=`echo "$ssh_cmd" | wc -c` 2741 info="$ssh_cmd" 2751 if echo "$ssh_cmd" | egrep "(PORT=|P=) " > /dev/null; then 2753 if echo "$ssh_cmd" | egrep "P= " > /dev/null; then [all …]
|
/external/skia/infra/bots/recipe_modules/flavor/ |
D | gn_chromecast_flavor.py | 142 ssh_cmd = ['ssh', '-oConnectTimeout=15', '-oBatchMode=yes', 145 return self.m.run(self.m.step, title, cmd=ssh_cmd,
|
D | gn_chromebook_flavor.py | 55 ssh_cmd = ['ssh', '-oConnectTimeout=15', '-oBatchMode=yes', 58 return self._run(title, ssh_cmd, **kwargs)
|
/external/autotest/server/hosts/ |
D | sonic_host.py | 253 ssh_cmd = '%s %s' % (self.make_ssh_command(), self.hostname) 254 site_utils.remote_wget(update_url, self.OTA_LOCATION, ssh_cmd)
|
D | abstract_ssh.py | 179 ssh_cmd = self.make_ssh_command(user=self.user, port=self.port, 194 return command % (symlink_flag, delete_flag, ssh_cmd, sources, dest) 834 ssh_cmd = self.make_ssh_command(opts=tunnel_options) 835 tunnel_cmd = '%s %s' % (ssh_cmd, self.hostname)
|
D | ssh_host.py | 115 ssh_cmd = self.ssh_command(connect_timeout, options) 122 full_cmd = '%s "%s %s"' % (ssh_cmd, env, utils.sh_escape(command))
|
/external/libcxx/utils/libcxx/test/ |
D | executor.py | 214 ssh_cmd = [self.ssh_command, '-oBatchMode=yes', remote] 222 return self.local_run(ssh_cmd + [remote_cmd])
|
/external/autotest/server/ |
D | site_utils.py | 240 def remote_wget(source_url, dest_path, ssh_cmd): argument 249 (source_url, ssh_cmd, dest_path))
|