> bash-2.03$ telnet -a zeus > Trying 131.100.0.2... > Connected to zeus.cpicorp.com (131.100.0.2). > Escape character is '^]'. > [ Kerberos V5 accepts you as ``[EMAIL PROTECTED]'' ] > Last login: Mon Jan 21 09:26:34 from 192.168.3.247 > You have new mail. > [dbecker@zeus dbecker]$ > > But when I telnet without silent auth the connection is closed immediately > after the "Last login" line: > > bash-2.03$ telnet zeus > Trying 131.100.0.2... > Connected to zeus.cpicorp.com (131.100.0.2). > Escape character is '^]'. > > zeus.cpicorp.com (Linux release 2.2.14-5.0 #1 Tue Mar 7 21:07:39 EST > 2000) (3) > > login: dbecker > Password for dbecker: > Last login: Mon Jan 21 11:17:35 from 131.100.0.180 > Connection closed by foreign host. > bash-2.03$
What's the line in /etc/inetd.conf that's starting telnetd? You also might find you answer in man -M /usr/local/man telnetd. -sc -- Sean Chittenden
