Searched refs:ssh_port (Results 1 – 9 of 9) sorted by relevance
/external/autotest/server/hosts/ |
D | factory.py | 87 def _choose_connectivity_class(hostname, ssh_port): argument 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)
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/ |
D | cros_device.py | 12 def __init__(self, host_name, ssh_port, ssh_identity, is_local): argument 17 self._ssh_port = ssh_port 30 def ssh_port(self): member in CrOSDevice
|
D | cros_platform_backend.py | 24 device.host_name, device.ssh_port, device.ssh_identity)
|
/external/libvncserver/webclients/java-applet/ssl/ |
D | ss_vncviewer | 2477 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 $targ $C $ssh_args "$uath" "$ssh_cmd" 2792 echo "$ssh -x $ssh_port $targ $C $ssh_redir $ssh_args \"$uath\" \"$info\"" [all …]
|
/external/chromium-trace/catapult/telemetry/telemetry/core/ |
D | cros_interface.py | 96 def __init__(self, hostname=None, ssh_port=None, ssh_identity=None): argument 98 self._ssh_port = ssh_port 142 def ssh_port(self): member in CrOSInterface
|
/external/skia/infra/bots/flavor/ |
D | ssh_flavor.py | 25 self._port = slave_info.ssh_port
|
/external/autotest/server/ |
D | autoserv | 435 ssh_port = parser.options.ssh_port 488 ssh_user, ssh_port, ssh_pass,
|
D | server_job.py | 151 ssh_port=host_factory.DEFAULT_SSH_PORT, argument 217 self._ssh_port = ssh_port 1145 namespace['hosts'].factory.ssh_port = self._ssh_port
|
/external/autotest/cli/ |
D | site_host.py | 18 hosts.factory.ssh_port = 22
|