service telnet
{
flags = REUSE
socket_type = stream
wait = no
user = root
server = /usr/sbin/in.telnetd
log_on_failure += USERID
disable = no
}
i have telnetd installed but not in.telnetd. what is the difference?
is in.telnetd just a renamed copy of telnetd?
if not, how do i install it?
a google groups search was no help.
thanks in advance.
>i installed rh 7.3 and my telnet file in /etc/xinetd.d looks like this:
>
>service telnet
>{
> flags = REUSE
> socket_type = stream
> wait = no
> user = root
> server = /usr/sbin/in.telnetd
> log_on_failure += USERID
> disable = no
>}
>
>i have telnetd installed but not in.telnetd. what is the difference?
>
>is in.telnetd just a renamed copy of telnetd?
>
It used to be telnetd, them somone thought it nice to make all internet
daemons get the in. prefix, so now we have in.telnetd as well, just
to emphasize that in.telnetd should not be called from the command line.
Villy
thanks for the answer.
"Villy Kruse" <v...@pharmnl.ohout.pharmapartners.nl> wrote in message
news:slrnaprf4...@pharmnl.ohout.pharmapartners.nl...
> does that mean i can/should copy & rename telnetd to in.telnetd?
Please put your reply below the quoted text, as I have done.
No, it doesn't mean that. Change your xinetd.conf to reflect the
correct filename. If you don't want to change anything, do this:
# ln -s telnetd /usr/sbin/in.telnetd
That will make telnetd be a symbolic link to in.telnetd.
--
Eric McCoy (reverse "ten.xoc@mpe", mail to "ctr2sprt" is filtered)
"Last I checked, it wasn't the power cord for the Clue Generator that
was sticking up your ass." - John Novak, rasfwrj
thanks very much.
mainly the gnu telnetd was named telnetd and the netkit telnetd was
in.telnetd