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 :
# log_type = SYSLOG daemon info
}
includedir /etc/xinetd.d
#:STANDARD: These are standard services.
telnet stream tcp nowait telnetd /usr/sbin/tcpd /usr/sbin/in.telnetd
ありがとう
ssh
代わりに使用してください:安全で高速(圧縮を使用)で、ポートを転送する機能など、その他の気の利いた機能があります。
/etc/inetd.conf
をxinetd.conf
使用しているようです。あなたは読みましたかman xinetd
、man -k xinetd
、man inetd
、man -k inetd
、man telnetd
?ない/etc/default/telnetd
存在?やりましたgrep telnet /var/log/*
か?