回复:Win...

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
}

所有跟帖: 

why it works in Linux 9.0 , -win_linux- 给 win_linux 发送悄悄话 (35 bytes) () 08/18/2004 postreply 14:50:46

请您先登陆,再发跟帖!