Searched refs:hosts_file (Results 1 – 5 of 5) sorted by relevance
/external/autotest/server/cros/network/rf_switch/ |
D | scpi_ssh_tunnel.py | 93 def _make_tunnel_command(self, hosts_file='/dev/null', argument 99 hosts_file, connect_timeout, alive_interval,
|
/external/autotest/server/hosts/ |
D | abstract_ssh.py | 141 hosts_file='/dev/null', connect_timeout=30, argument 147 hosts_file=hosts_file, connect_timeout=connect_timeout, 154 def make_ssh_options(hosts_file='/dev/null', connect_timeout=30, argument 162 ("UserKnownHostsFile", hosts_file), 236 hosts_file=self.known_hosts_file) 275 hosts_file=self.known_hosts_file)
|
D | servo_host.py | 212 def make_ssh_command(self, user='root', port=22, opts='', hosts_file=None, argument 248 user=user, port=port, opts=options, hosts_file='/dev/null',
|
D | ssh_host.py | 79 hosts_file=self.known_hosts_file,
|
D | cros_host.py | 1193 def make_ssh_command(self, user='root', port=22, opts='', hosts_file=None, argument 1232 user=user, port=port, opts=options, hosts_file='/dev/null',
|