Searched refs:ssh_port (Results 1 – 6 of 6) sorted by relevance
2477 ssh_port="22"2727 ssh_port=`echo "$proxy" | awk -F: '{print $2}'`2728 if [ "X$ssh_port" = "X" ]; then2729 ssh_port="22"2774 if [ "X$ssh_port" = "X22" ]; then2775 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 …]
199 factory.ssh_port = 1213 del factory.ssh_port265 factory.ssh_port = 1280 del factory.ssh_port
130 def _choose_connectivity_class(hostname, ssh_port): argument138 if (hostname == 'localhost' and ssh_port == DEFAULT_SSH_PORT):
416 ssh_port = parser.options.ssh_port469 ssh_user, ssh_port, ssh_pass,
241 ssh_port=host_factory.DEFAULT_SSH_PORT, argument306 self._ssh_port = ssh_port1359 namespace['hosts'].factory.ssh_port = self._ssh_port