Home
last modified time | relevance | path

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

/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/autotest/server/hosts/
Dfactory_unittest.py199 factory.ssh_port = 1
213 del factory.ssh_port
265 factory.ssh_port = 1
280 del factory.ssh_port
Dfactory.py130 def _choose_connectivity_class(hostname, ssh_port): argument
138 if (hostname == 'localhost' and ssh_port == DEFAULT_SSH_PORT):
/external/autotest/server/
Dautoserv416 ssh_port = parser.options.ssh_port
469 ssh_user, ssh_port, ssh_pass,
Dautoserv.py416 ssh_port = parser.options.ssh_port
469 ssh_user, ssh_port, ssh_pass,
Dserver_job.py241 ssh_port=host_factory.DEFAULT_SSH_PORT, argument
306 self._ssh_port = ssh_port
1359 namespace['hosts'].factory.ssh_port = self._ssh_port