home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / windows / x / 19374 < prev    next >
Encoding:
Text File  |  1992-11-19  |  1.5 KB  |  41 lines

  1. Newsgroups: comp.windows.x
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!news.acns.nwu.edu!network.ucsd.edu!news!nosc!spectra!jain
  3. From: jain@spectra.com (Sadhana Jain)
  4. Subject: Re: xauth !!
  5. Message-ID: <1992Nov20.004107.15345@spectra.com>
  6. Organization: Spectragraphics Corporation
  7. References: <1992Nov12.183322.4172@sol.ctr.columbia.edu>
  8. Date: Fri, 20 Nov 92 00:41:07 GMT
  9. Lines: 30
  10.  
  11. In article <1992Nov12.183322.4172@sol.ctr.columbia.edu> sm86+@procyon.weh.andrew.cmu.edu (Stefan Monnier) writes:
  12. >
  13. >I can't seem to find how xauth works.
  14. >I read the man page and experimented with it, 
  15. >but still couldn't find how to use it: I can't give access to
  16. >another machine, I'm not sure someone else on my machine won't
  17. >be able to use 'my' X server, ...
  18.  
  19. Did you try the following command:
  20. xauth extract - $DISPLAY | rsh other xauth merge -
  21.  
  22. Where DISPLAY is where your server is running. And other is the machine you
  23. want to give access to. sometimes rsh doesn't work but remsh does. Depends
  24. on which machine you are using. If you are using X11r5 server and using
  25. XDM-AUTHORIZATION-1 scheme instead of MIT-MAGIC-COOKIE-1, I have found that
  26. it doesn't work. xauth copies .Xauthority file from your account to the
  27. same account on the other machine. After executing the above command, make
  28. sure that the .Xauthority file on the other machine gets updated/created.
  29. For MIT-MAGIC-COOKIE-1 scheme, it works just fine.
  30. >
  31. >Copuld anyone give me any indications. I fell it's really not so hard.
  32. >I must just be missing a 'start idea' !
  33. >
  34. >Thanks
  35. >
  36. >
  37.  
  38. Hope this helps.
  39.  
  40.  
  41.