Home
last modified time | relevance | path

Searched refs:ssh_options (Results 1 – 13 of 13) sorted by relevance

/external/llvm-project/lldb/third_party/Python/module/pexpect-4.6/pexpect/
Dpxssh.py313 ssh_options = ''.join([" -o '%s=%s'" % (o, v) for (o, v) in self.options.items()])
315 ssh_options = ssh_options + ' -q'
317 ssh_options = ssh_options + " -o'NoHostAuthenticationForLocalhost=yes'"
319 ssh_options = ssh_options + ' ' + self.SSH_OPTS
323 ssh_options = ssh_options + '-F ' + ssh_config
325 ssh_options = ssh_options + ' -p %s'%(str(port))
329 ssh_options = ssh_options + ' -A'
333 ssh_options = ssh_options + ' -i %s' % (ssh_key)
356 ssh_options = ssh_options + ' -' + cmd_type + ' ' + str(tunnel)
357 cmd = "ssh %s -l %s %s" % (ssh_options, username, server)
/external/autotest/client/common_lib/
Dpxssh.py192 ssh_options = '-q'
194 ssh_options = ssh_options + ' ' + self.SSH_OPTS
196 ssh_options = ssh_options + ' -p %s'%(str(port))
197 cmd = "ssh %s -l %s %s" % (ssh_options, username, server)
/external/autotest/server/
Dautoserv_utils.py26 ssh_options=None, argument
102 if ssh_options:
103 command += ['--ssh_options', ssh_options]
Dautoserv467 ssh_options = parser.options.ssh_options
544 'ssh_options': ssh_options,
Dautoserv.py467 ssh_options = parser.options.ssh_options
544 'ssh_options': ssh_options,
Dserver_job.py252 ssh_options=host_factory.DEFAULT_SSH_OPTIONS, argument
322 self._ssh_options = ssh_options
1413 namespace['hosts'].factory.ssh_options = self._ssh_options
/external/autotest/site_utils/
Dtest_runner_utils.py286 ssh_verbosity=0, ssh_options=None, argument
317 ssh_options=ssh_options,
328 id_digits=1, ssh_verbosity=0, ssh_options=None, argument
378 ssh_options=ssh_options,
531 ssh_options=None, argument
603 ssh_options,
672 ssh_options,
833 ssh_options=None, argument
909 ssh_options=ssh_options,
Dtest_runner_utils_unittest.py186 ssh_options = '-F /dev/null -i /dev/null'
254 ssh_options,
269 ssh_options,
278 ssh_verbosity=ssh_verbosity, ssh_options=ssh_options,
Dtest_that.py326 ssh_options=arguments.ssh_options,
/external/autotest/server/hosts/
Dfactory_unittest.py187 factory.ssh_options = 'zip'
201 del factory.ssh_options
Dfactory.py83 ssh_options = info.attributes.get('ssh_options',
98 'ssh_options': ssh_options,
Dabstract_ssh.py162 ssh_options = " ".join([
168 return "/usr/bin/ssh -a -x %s -l %s -p %d" % (ssh_options, user, port)
Dcros_host.py315 ssh_options='', *args, **dargs): argument
352 self._ssh_options = ssh_options