我正在安装 Ubuntu Server 13.10,但无法在服务器上使用 telnet。我已经通过 apt-get 安装了 xinet.d 和 telnetd 并重新启动了 xinetd,但是当我执行netstat -l. 在谷歌搜索中,我看到提到将telnet stream tcp wait telnetd /usr/sbin/tcpd /usr/sbin/in.telnetd行添加到/etc/inetd.conf. 我没有inetd.conf。我看到 inetd 已被弃用,我将线路插入xinetd.conf并重新启动 xinetd 服务,但仍然没有 telnet 侦听。有人可以告诉我 telnet 服务器的正确设置以及它们应该放在哪些文件中。这是我的xinetd.conf文件的内容:
# Simple configuration file for xinetd
#
# Some defaults, and include /etc/xinetd.d/
defaults
{
# Please note that you need a log_type line to be able to use log_on_success
# and log_on_failure. The default is the following : …Run Code Online (Sandbox Code Playgroud)