Home
last modified time | relevance | path

Searched defs:ssh_port (Results 1 – 5 of 5) sorted by relevance

/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
Dcros_device.py12 def __init__(self, host_name, ssh_port, ssh_identity, is_local): argument
30 def ssh_port(self): member in CrOSDevice
/external/autotest/server/hosts/
Dfactory.py121 def _choose_connectivity_class(hostname, ssh_port): argument
/external/chromium-trace/catapult/telemetry/telemetry/core/
Dcros_interface.py96 def __init__(self, hostname=None, ssh_port=None, ssh_identity=None): argument
142 def ssh_port(self): member in CrOSInterface
/external/openssh/
Dssh-keyscan.c55 int ssh_port = SSH_DEFAULT_PORT; variable
/external/autotest/server/
Dserver_job.py207 ssh_port=host_factory.DEFAULT_SSH_PORT, argument