Home | History | Annotate | Download | only in ssl

Lines Matching refs:ssh_port

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\""
2794 $ssh -x $ssh_port $targ $C $ssh_redir $ssh_args "$uath" "$ssh_cmd"
2810 $ssh -x $ssh_port $targ $ssh_args "$uath" "sudo id; tty"
2813 echo "$ssh -x -f $ssh_port $targ $C $ssh_redir $ssh_args \"$uath\" \"$info\""
2815 $ssh -x -f $ssh_port $targ $C $ssh_redir $ssh_args "$uath" "$ssh_cmd" > $tport 2> $tport2
2902 echo "$ssh -x -f $ssh_port $targ $C $ssh_redir $ssh_args \"$uath\" \"$info\""
2904 $ssh -x -f $ssh_port $targ $C $ssh_redir $ssh_args "$uath" "$ssh_cmd"