Searched refs:ssh_command (Results 1 - 4 of 4) sorted by relevance

/external/lldb/test/pexpect-2.4/examples/
H A Dsshls.py12 def ssh_command (user, host, password, command): function
45 child = ssh_command (user, host, password, '/bin/ls -l')
/external/autotest/server/hosts/
H A Dssh_host.py53 def ssh_command(self, connect_timeout=30, options='', alive_interval=300): member in class:SSHHost
75 ssh_cmd = self.ssh_command(connect_timeout, options)
H A Dabstract_ssh.py730 master_cmd = self.ssh_command(
/external/libcxx/test/libcxx/test/
H A Dexecutor.py152 self.ssh_command = 'ssh'
183 ssh_cmd = [self.ssh_command, '-oBatchMode=yes', remote]

Completed in 119 milliseconds