[BACK]Return to sshd.8 CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/sshd.8 between version 1.192 and 1.193

version 1.192, 2002/09/16 22:03:13 version 1.193, 2002/09/24 20:59:44
Line 737 
Line 737 
 if read proto cookie && [ -n "$DISPLAY" ]; then  if read proto cookie && [ -n "$DISPLAY" ]; then
         if [ `echo $DISPLAY | cut -c1-10` = 'localhost:' ]; then          if [ `echo $DISPLAY | cut -c1-10` = 'localhost:' ]; then
                 # X11UseLocalhost=yes                  # X11UseLocalhost=yes
                 xauth add unix:`echo $DISPLAY |                  echo add unix:`echo $DISPLAY |
                     cut -c11-` $proto $cookie                      cut -c11-` $proto $cookie
         else          else
                 # X11UseLocalhost=no                  # X11UseLocalhost=no
                 xauth add $DISPLAY $proto $cookie                  echo add $DISPLAY $proto $cookie
         fi          fi | xauth -q -
 fi  fi
 .Ed  .Ed
 .Pp  .Pp

Legend:
Removed from v.1.192  
changed lines
  Added in v.1.193