Searched refs:ssh_port (Results 1 - 9 of 9) sorted by relevance

/external/autotest/server/hosts/
H A Dfactory.py48 as: ssh_user, ssh_pass, ssh_port, ssh_verbosity, ssh_options.
53 g.get('ssh_port', DEFAULT_SSH_PORT),
87 def _choose_connectivity_class(hostname, ssh_port):
91 @param ssh_port: SSH port to connect to the host.
95 if (hostname == 'localhost' and ssh_port == DEFAULT_SSH_PORT):
138 ssh_user, ssh_pass, ssh_port, ssh_verbosity_flag, ssh_options = \
141 hostname, args['user'], args['password'], ssh_port = \
142 server_utils.parse_machine(hostname, ssh_user, ssh_pass, ssh_port)
145 args['port'] = ssh_port
148 connectivity_class = _choose_connectivity_class(hostname, ssh_port)
[all...]
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
H A Dcros_device.py12 def __init__(self, host_name, ssh_port, ssh_identity, is_local):
17 self._ssh_port = ssh_port
30 def ssh_port(self): member in class:CrOSDevice
H A Dcros_platform_backend.py24 device.host_name, device.ssh_port, device.ssh_identity)
/external/libvncserver/webclients/java-applet/ssl/
H A Dss_vncviewer2477 ssh_port="22"
2727 ssh_port=`echo "$proxy" | awk -F: '{print $2}'`
2728 if [ "X$ssh_port" = "X" ]; then
2729 ssh_port="22"
2774 if [ "X$ssh_port" = "X22" ]; then
2775 ssh_port=""
2777 ssh_port="-p $ssh_port"
2786 echo "$ssh -x $ssh_port $targ $C $ssh_args \"$uath\" \"$info\""
2788 $ssh -x $ssh_port
[all...]
/external/chromium-trace/catapult/telemetry/telemetry/core/
H A Dcros_interface.py96 def __init__(self, hostname=None, ssh_port=None, ssh_identity=None):
98 self._ssh_port = ssh_port
142 def ssh_port(self): member in class:CrOSInterface
/external/skia/infra/bots/flavor/
H A Dssh_flavor.py25 self._port = slave_info.ssh_port
/external/autotest/cli/
H A Dsite_host.py18 hosts.factory.ssh_port = 22
/external/autotest/server/
H A Dautoserv435 ssh_port = parser.options.ssh_port
488 ssh_user, ssh_port, ssh_pass,
H A Dserver_job.py151 ssh_port=host_factory.DEFAULT_SSH_PORT,
171 @param ssh_port: The SSH port number. [22]
217 self._ssh_port = ssh_port
392 machines, job, ssh_user, ssh_port, ssh_pass, ssh_verbosity_flag,
398 'ssh_port' : self._ssh_port,
1145 namespace['hosts'].factory.ssh_port = self._ssh_port

Completed in 373 milliseconds