Hi, I am new to debian and linux. Few days ago, I installed debian 2.2 r3. But, I can not telnet to that computer from another computer. Could anyone help? Tell me how should I do! Please!
Below is my install step for remote log in, 1. apt-get install telnet 2. apt-get install xinetd,and content of my xinetd configuration files: --------- defaults { instances = 60 log_type = SYSLOG authpriv log_on_success = HOST PID log_on_failure = HOST } includedir /etc/xinetd.d -------- /etc/xinetd.d/telnet ------------ service telnet { disable = no flags = REUSE socket_type = stream wait = no user = root server = /usr/sbin/in.telnetd log_on_failure += USERID } -----------