Home
last modified time | relevance | path

Searched refs:ssh (Results 1 – 25 of 264) sorted by relevance

1234567891011

/external/autotest/site_utils/rpm_control_system/
Drpm_controller.py289 ssh = self._authenticate_with_hydra(admin_override=True)
290 if not ssh:
292 ssh.expect(RPMController.PASSWORD_PROMPT, timeout=60)
293 ssh.sendline(rpm_config.get('HYDRA', 'admin_password'))
294 ssh.expect(RPMController.HYDRA_PROMPT)
295 ssh.sendline(RPMController.CLI_CMD)
298 response = ssh.expect_list([cli_prompt_re, cli_held_re], timeout=60)
304 ssh.sendline(RPMController.CLI_KILL_PREVIOUS)
305 ssh.expect(RPMController.CLI_PROMPT)
306 ssh.sendline(RPMController.PORT_STATUS_CMD)
[all …]
Drpm_controller_unittest.py53 self.ssh = self.mox.CreateMockAnything()
55 rpm_controller.pexpect.spawn(mox.IgnoreArg()).AndReturn(self.ssh)
70 self.ssh.expect('Password:', timeout=60)
71 self.ssh.sendline(password)
72 self.ssh.expect(prompt, timeout=60)
73 self.ssh.sendline('%s %s' % (new_state, self.powerunit_info.outlet))
74 self.ssh.expect('Command successful', timeout=60)
75 self.ssh.sendline('logout')
76 self.ssh.close(force=True)
88 self.ssh.expect('Password:', timeout=60)
[all …]
/external/skia/infra/bots/flavor/
Dssh_flavor.py40 def ssh(self, cmd, **kwargs): member in SSHFlavorUtils
54 self.ssh(*args, **kwargs)
63 self.ssh(['test', '-e', path])
70 self.ssh(['rm', '-rf', path])
74 self.ssh(['mkdir', '-p', path])
119 return self.ssh(['cat', path]).rstrip()
123 return self.ssh(['rm', '-f', path])
/external/eigen/scripts/
Deigen_gen_docs18 rsync -az --no-p --delete build/doc/html/ $USER@ssh.tuxfamily.org:eigen/eigen.tuxfamily.org-web/htd…
21 ssh $USER@ssh.tuxfamily.org "chmod -R g+w /home/eigen/eigen.tuxfamily.org-web/htdocs/$UPLOAD_DIR" |…
/external/curl/tests/data/
Dtest61922 for ssh test
34 for ssh test
36 for ssh test
Dtest61822 for ssh test
34 for ssh test
36 for ssh test
Dtest60113 for ssh test
31 for ssh test
Dtest60013 for ssh test
31 for ssh test
Dtest63614 for ssh test
32 for ssh test
Dtest63414 for ssh test
32 for ssh test
Dtest60328 for ssh upload test
37 for ssh upload test
Dtest63513 ssh test
31 for ssh test
Dtest60228 for ssh upload test
37 for ssh upload test
Dtest62023 for ssh test
35 for ssh test
Dtest62123 for ssh test
35 for ssh test
Dtest62432 for ssh upload test
41 for ssh upload test
Dtest62532 for ssh upload test
41 for ssh upload test
/external/autotest/server/site_tests/autoupdate_EndToEndTest/
Dcontrol65 configured in your global_config using autotest's ssh mechanism. This means that
67 need to setup your ssh keys for public key authentication e.g. create keys,
68 ssh-add the private key, add the public key to your authorized keys and finally
78 ssh-keygen (If you don't already have SSH keys setup)
79 cp ~/.ssh/id_rsa chroot/home/<user>/.ssh/
83 /etc/ssh/sshd_config
84 sudo /etc/init.d/ssh restart
86 Enter a chroot, and ssh to <hostname>. If it doesn't work, fix that.
/external/jacoco/org.jacoco.build/
Dpublish.sh10 ssh $USERNAME,eclemma@shell.sourceforge.net create
11 ssh $USERNAME,eclemma@shell.sourceforge.net '/home/project-web/eclemma/scripts/publish-jacoco-snaps…
/external/skia/site/dev/sheriffing/
Dtrooper.md75 - To log in to a Linux buildbot in GCE, use `gcloud compute ssh default@<machine
93 …e instructions](https://chrome-internal.googlesource.com/infra/infra_internal/+/master/doc/ssh.md).
94 - Machine name ends with "a3" or "a4" -> ssh command looks like `ssh
96 - Machine name ends with "m3" -> ssh command looks like `ssh build5-m3.golo`
101 --project=google.com:chromecompute ssh --ssh_user=default slave11-c3` (or
102 use the ccompute ssh script from the infra_internal repo).
/external/autotest/client/site_tests/firmware_TouchMTB/tools/
Dhost_replay.sh67 ssh root@$FLAGS_machine_ip "${MACHINE_PROJ_DIR}/${MACHINE_REPLAY} -b $board"
91 LOG_PATHNAMES=`ssh root@$FLAGS_machine_ip "ls ${MACHINE_LOG_ROOT}/*/*.log"`
/external/libvncserver/webclients/java-applet/ssl/
Dss_vncviewer2483 ssh=${SSH:-"ssh -x"}
2485 sshword=`echo "$ssh" | awk '{print $1}'`
2534 ssh="env $plvar=$SSVNC_LIM_ACCEPT_PRELOAD $ssh"
2717 …echo "$ssh -f -x $ssh_port1 $targ -e none $ssh_NHAFL $ukhf -L $proxport:$ssh_host2:$ssh_port2 \"$u…
2719 …$ssh -f -x $ssh_port1 $targ -e none $ssh_NHAFL $ukhf -L $proxport:$ssh_host2:$ssh_port2 "$uath" "s…
2786 echo "$ssh -x $ssh_port $targ $C $ssh_args \"$uath\" \"$info\""
2788 $ssh -x $ssh_port $targ $C $ssh_args "$uath" "$ssh_cmd"
2792 echo "$ssh -x $ssh_port $targ $C $ssh_redir $ssh_args \"$uath\" \"$info\""
2794 $ssh -x $ssh_port $targ $C $ssh_redir $ssh_args "$uath" "$ssh_cmd"
2810 $ssh -x $ssh_port $targ $ssh_args "$uath" "sudo id; tty"
[all …]
/external/valgrind/docs/internals/
Dqemu-aarch64-linux-HOWTO.txt65 /etc/init.d/ssh start
73 ssh -p 5555 username@localhost \
94 Now you can ssh into the VM and install stuff as usual:
96 ssh -XC -p 5555 username@localhost
Dqemu-mips64-linux-HOWTO.txt66 /etc/init.d/ssh start
73 ssh -p 5555 username@localhost \
97 Now you can ssh into the VM and install stuff as usual:
99 ssh -XC -p 5555 username@localhost
/external/autotest/contrib/
Dservo-stat23 KEYFILE=$KEYFILE/chromeos-base/chromeos-ssh-testkeys/files/testing_rsa
48 timeout 45 ssh "${ssh_opts[@]}" root@$servo "$@"

1234567891011