Lines Matching refs:ssh_host
877 if echo "$ssh_host" | grep '@' > /dev/null; then
878 ul=`echo "$ssh_host" | awk -F@ '{print $1}'`
880 ssh_host=`echo "$ssh_host" | awk -F@ '{print $2}'`
898 echo "$VNCVIEWERCMD" "$@" $ssh_host:$vdpy
900 $VNCVIEWERCMD "$@" $ssh_host:$vdpy
903 $VNCVIEWERCMD "$@" $ssh_host:$vdpy
2478 ssh_host="$host"
2731 ssh_host=`echo "$proxy" | awk -F: '{print $1}'`
2780 if echo "$ssh_host" | grep '%' > /dev/null; then
2781 uath=`space_expand "$ssh_host"`
2783 uath="$ssh_host"
2825 echo "rsh $ul \"$ssh_host\" \"$ssh_cmd\""
2827 rsh $ul "$ssh_host" "$ssh_cmd" > $tport &
2908 echo "rsh $ul \"$ssh_host\" \"$ssh_cmd\""
2910 rsh $ul "$ssh_host" "$ssh_cmd" &