The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #7 (permalink)  
Old 09-07-2001
Holistic Holistic is offline
Registered User
 

Join Date: Jul 2001
Location: dc
Posts: 25
telnet login

in Solaris follow these steps to clear the telnet banners:

first go to /etc/default directory
# cd /etc/default
if this file does not exist then creat this file and type the banner
variable in that file

# vi telnetd
BANNER=""

save the file and exit

logout and login via telnet

i hope this helps

ta ta