home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / unix / admin / 6962 < prev    next >
Encoding:
Text File  |  1993-01-07  |  1.2 KB  |  32 lines

  1. Newsgroups: comp.unix.admin
  2. Path: sparky!uunet!wupost!csus.edu!netcom.com!netcomsv!boo!seer!ccowboy
  3. From: ccowboy@seer.gentoo.com (Sharif Torpis)
  4. Subject: MODIFYING TELNET MESSAGE
  5. Message-ID: <1993Jan7.194050.10463@seer.gentoo.com>
  6. Date: Thu, 7 Jan 1993 19:40:50 GMT
  7. References: <1hffshINN8ju@matt.ksu.ksu.edu> <1993Jan4.231353.2580@lambda.msfc.nasa.gov>
  8. Organization: Brad Lanam,  Walnut Creek, CA
  9. Lines: 21
  10.  
  11. In article <1993Jan4.231353.2580@lambda.msfc.nasa.gov> jwilson@homeboy.msfc.nasa.gov writes:
  12. >Does anyone know how to modify the message that is displayed
  13. >when a telnet session is established?  Normally when a telnet session
  14. >is started on a Sun you get the following message
  15. >
  16. >>Trying 131.XX.XX.XX ...
  17. >>Connected to machine-name.
  18. >>Escape character is '^]'.
  19. >
  20. >I've not been able to find a configuration file or header file where
  21. >these messages are defined.  Has anyone tried this before?  I suppose
  22. >I could get the source code for telnet off the net somewhere and hack
  23. >it a little but I would like to avoid that if possible.
  24.  
  25. They are hardcoded into the binary. You need to modify the source to
  26. change these messages. One humorous one I've seen looked like:
  27.  
  28. Breaking into 131.XX.XX.XX ...
  29. Connected to machine-name.
  30. etc.
  31.  
  32.