Searched refs:hosts_file (Results 1 – 5 of 5) sorted by relevance
/external/autotest/server/cros/network/rf_switch/ |
D | scpi_ssh_tunnel.py | 96 def _make_tunnel_command(self, hosts_file='/dev/null', argument 102 hosts_file, connect_timeout, alive_interval,
|
/external/autotest/server/hosts/ |
D | abstract_ssh.py | 159 hosts_file='/dev/null', connect_timeout=30, argument 165 hosts_file=hosts_file, connect_timeout=connect_timeout, 172 def make_ssh_options(hosts_file='/dev/null', connect_timeout=30, argument 180 ("UserKnownHostsFile", hosts_file), 254 hosts_file=self.known_hosts_file) 293 hosts_file=self.known_hosts_file)
|
D | base_servohost.py | 431 def make_ssh_command(self, user='root', port=22, opts='', hosts_file=None, argument 467 user=user, port=port, opts=options, hosts_file='/dev/null',
|
D | ssh_host.py | 93 hosts_file=self.known_hosts_file,
|
D | cros_host.py | 1855 def make_ssh_command(self, user='root', port=22, opts='', hosts_file=None, argument 1894 user=user, port=port, opts=options, hosts_file='/dev/null',
|