home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / unix / shell / 5165 < prev    next >
Encoding:
Internet Message Format  |  1992-12-24  |  1.6 KB

  1. Path: sparky!uunet!paladin.american.edu!darwin.sura.net!jvnc.net!netnews.upenn.edu!midnight.seas.upenn.edu!chip
  2. From: chip@midnight.seas.upenn.edu (Charles H. Buchholtz)
  3. Newsgroups: comp.unix.shell
  4. Subject: Re: Opening up remote xterm windows?
  5. Message-ID: <103168@netnews.upenn.edu>
  6. Date: 24 Dec 92 18:54:55 GMT
  7. References: <hellmann.725215878@pecan.cs.scarolina.edu>
  8. Sender: news@netnews.upenn.edu
  9. Organization: University of Pennsylvania
  10. Lines: 24
  11. Nntp-Posting-Host: midnight.seas.upenn.edu
  12.  
  13. hellmann@cs.scarolina.edu (Doug Hellmann) writes:
  14. >To rlogin (or telnet) to another site: (note that it also allows you to
  15. >start up other X clients on the foriegn machine and display on your machine)
  16. >
  17. >(/usr/bin/X11/xhost +; /usr/bin/X11/xterm -cb -title gondwana -e rlogin gondwana.geol.scarolina.edu&)
  18. >
  19.  
  20. Note that this also allows *everyone* on the network to attach to your
  21. display.  Not only does this mean that anyone can open up windows on
  22. your display, but they can also read your display, do keystroke
  23. monitoring, and read your passwords as you type them.
  24.  
  25. Better by far is to use the xauth command, which limits access to
  26. people who have read access to your .Xauthority file(s).
  27.  
  28. If you must disable the xauth authentication system, then at least use
  29. "xhost +gondwana.geol.scarolina.edu", which only gives everyone on
  30. that one machine read/write access to your display, not the entire
  31. world.
  32.  
  33. Charles H. Buchholtz                           chip@seas.upenn.edu
  34. Systems Programmer                             (215) 898-2491
  35. School of Engineering and Applied Science      200 S. 33rd St, rm 154
  36. University of Pennsylvania                     Philadelphia, PA 19104
  37.