Lines Matching refs:ssh_cmd
202 ssh_cmd=""
205 ssh_cmd="$SS_VNCVIEWER_SSH_CMD"
272 "-sshcmd") shift; ssh_cmd="$1"
393 if [ "X$ssh_cmd" = "X" ]; then
395 ssh_cmd="sleep $ssh_sleep"
884 ssh_cmd=`echo "$ssh_cmd" | sed -e 's/ -localhost/ /g'`
2737 sz=`echo "$ssh_cmd" | wc -c`
2741 info="$ssh_cmd"
2751 if echo "$ssh_cmd" | egrep "(PORT=|P=) " > /dev/null; then
2753 if echo "$ssh_cmd" | egrep "P= " > /dev/null; then
2758 ssh_cmd=`echo "$ssh_cmd" | sed -e 's/PORT=[ ]*//' -e 's/P=//'`
2788 $ssh -x $ssh_port $targ $C $ssh_args "$uath" "$ssh_cmd"
2794 $ssh -x $ssh_port $targ $C $ssh_redir $ssh_args "$uath" "$ssh_cmd"
2804 if echo "$ssh_cmd" | grep "sudo " > /dev/null; then
2815 $ssh -x -f $ssh_port $targ $C $ssh_redir $ssh_args "$uath" "$ssh_cmd" > $tport 2> $tport2
2825 echo "rsh $ul \"$ssh_host\" \"$ssh_cmd\""
2827 rsh $ul "$ssh_host" "$ssh_cmd" > $tport &
2904 $ssh -x -f $ssh_port $targ $C $ssh_redir $ssh_args "$uath" "$ssh_cmd"
2908 echo "rsh $ul \"$ssh_host\" \"$ssh_cmd\""
2910 rsh $ul "$ssh_host" "$ssh_cmd" &
2947 elif [ "X$ssh_cmd" = "Xsleep $ssh_sleep" ] ; then
2950 elif echo "$ssh_cmd" | grep '^sleep ' >/dev/null; then