Home
last modified time | relevance | path

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

/external/autotest/server/hosts/
Dfactory.py87 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/
Dcros_device.py12 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
Dcros_platform_backend.py24 device.host_name, device.ssh_port, device.ssh_identity)
/external/libvncserver/webclients/java-applet/ssl/
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 $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/
Dcros_interface.py96 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/
Dssh_flavor.py25 self._port = slave_info.ssh_port
/external/autotest/server/
Dautoserv435 ssh_port = parser.options.ssh_port
488 ssh_user, ssh_port, ssh_pass,
Dserver_job.py151 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/
Dsite_host.py18 hosts.factory.ssh_port = 22