HomeSort by relevance Sort by last modified time
    Searched refs:ssh_pass (Results 1 - 4 of 4) sorted by null

  /external/autotest/server/hosts/
factory.py 43 are available as the variables ssh_user, ssh_pass etc.
48 as: ssh_user, ssh_pass, ssh_port, ssh_verbosity, ssh_options.
52 g.get('ssh_pass', DEFAULT_SSH_PASS),
138 ssh_user, ssh_pass, ssh_port, ssh_verbosity_flag, ssh_options = \
142 server_utils.parse_machine(hostname, ssh_user, ssh_pass, ssh_port)
  /external/autotest/cli/
site_host.py 17 hosts.factory.ssh_pass = ''
  /external/autotest/server/
autoserv 436 ssh_pass = parser.options.ssh_pass
488 ssh_user, ssh_port, ssh_pass,
server_job.py 152 ssh_pass=host_factory.DEFAULT_SSH_PASS,
172 @param ssh_pass: The SSH passphrase, if needed.
218 self._ssh_pass = ssh_pass
392 machines, job, ssh_user, ssh_port, ssh_pass, ssh_verbosity_flag,
399 'ssh_pass' : self._ssh_pass,
    [all...]

Completed in 446 milliseconds