回复:Win...

来源: 2004-08-18 12:13:13 [旧帖] [给我悄悄话] 本文已被阅读:

It looks like a configuration problem. Check the following file:

/etc/xinetd.d/telnet

It defines how telnet service should be started upon connection.
Look for "disable" line and it should be set to "no".

This is "telnet" file from my REDHAT machine.

# default: on
# description: The telnet server serves telnet sessions; it uses \
# unencrypted username/password pairs for authentication.
service telnet
{
flags = REUSE
socket_type = stream
wait = no
user = root
server = /usr/*****in/in.telnetd
log_on_failure += USERID
disable = no
}