ubuntu10 配置 telnet 服务 。
1.打开终端,输入如下命令安装:
sudo apt-get install xinetd telnetd
2.安装成功后,打开/etc/inetd.conf并加入以下一行,没有这个文件新建
telnet stream tcp nowait telnetd /usr/sbin/tcpd /usr/sbin/in.telnetd
3.打开 /etc/xinetd.conf并加入以下内容:
# Simple configuration file for xinetd # # Some defaults, and includ[......]