Disable and Turn Off Telnet in Linux LinuxのTelnetを無効にしたり、無効にする
Telnet is an unsecured network protocol that facilitates remote login to a server via network connection. telnetのは、無担保のネットワークプロトコルが容易にネットワーク経由でリモートサーバーにログインして接続します。 The protocol allows server to be located thousands of miles away from the administrator yet still can be managed even without physical console access.このプロトコルにより、サーバーを数千マイルほど離れた場所の管理者はまだありませんがなくても管理できるように物理的なコンソールにアクセスします。 However, Telnet has slowly replaced with SSH (Secure Shell) protocol due to security risks as the data transmission packet, including login username and password for Telnet is unencrypted, allowing hackers or crackers to easily sniff and obtain these information easily.しかし、徐々に置き換えられてtelnetのは、 SSH (セキュアシェル)プロトコルのためにパケットデータ伝送のセキュリティ上のリスクとして、ログインユーザー名とパスワードを暗号化Telnetは、ハッカーやクラッカーを簡単にできるようににおいを嗅ぐと、これらの情報を簡単に入手します。
So it’sa good practice to disable Telnet service on server, especially web server which reachable from Internet, and replaced with SSH.これは良いので練習をサーバーにTelnetサービスを無効に、特にウェブサーバーをインターネットからアクセスできる、と置き換えられてsshです。 For web servers that are subscribed from some web hosting providers has Telnet disabled by default.ウェブサーバーでは、いくつかのウェブホスティングプロバイダからの登録は、 telnetのデフォルトで無効になっています。 Webmasters or system administrators canウェブマスターまたはシステム管理者は、 verify if the Telnet service is turned off確認する場合は、 Telnetサービスが無効になって .です。 If it’s still running, the following guide will provide steps to disable and turn off Telnet service.それはまだ実行されている場合は、次の手順を実行して提供するガイドでは無効にしたり、 Telnetサービスを無効にします。 Telnet server listens for incoming messages on port 23, and sends outgoing messages to port 23. Telnetサーバーにメッセージを受信するポートをリッスン23日、ポート23にメッセージを送信すると送信します。
How to Disable Telnet telnetのを無効にする方法
- SSH into server and login as root.サーバーとのSSHには、 rootとしてログインします。
- At shell command prompt type the following command and press Enter.シェルコマンドプロンプトで次のコマンドを入力してEnterキーを押します。 This example use pico to edit text file, you can use vi or other text editor if you want.この例でピコを編集するテキストファイルを使用することができますviや他のテキストエディタを使用する場合に選択します。
pico -w /etc/xinetd.d/telnetピコワット/等/ xinetd.d / telnetの
- Locate the following line:次の行を見つけます:
disable = no無効=いいえ
Change the “disable = no” to “disable = yes” (no to yes).変更するに"無効=いいえ"を"無効=はい" (いいえ]を[はい) 。
- Save and exit.を保存し、終了します。
- Restart the inetd service by using the following command: inetdサービスを使用して、再起動して以下のコマンド:
/etc/rc.d/init.d/xinetd restart /等/ rc.d / init.dに/ xinetdの再起動
- Turn off Telnet through chkconfig as well because it can still start through that:また、 chkconfig telnetのを無効にすることができますのでもまだスタート]ボタンを目指して、あの:
/sbin/chkconfig telnet off / sbin / chkconfigをtelnetのオフ
IMPORTANT : This is a machine translated page which is provided "as is" without warranty. 重要 :これは、機械翻訳ページで提供"現状有姿"を保証します。 Machine translation may be difficult to understand.機械翻訳を理解するのは難しいかもしれません。 Please refer toを参照してください original English articleオリジナルの英語記事索引 whenever possible.いつ可能です。
Share and contribute or get technical support and help atを共有して貢献や技術サポートとヘルプを得る My Digital Life Forums 私のデジタルライフフォーラム .です。
Related Articles関連記事
- Enable and Install Telnet Client in Vista telnetクライアントにインストールを有効にしてビスタ
- How to Check if Telnet Is Running on a Server telnetのかどうかを確認する方法をサーバー上で実行され
- Install and Enable Telnet Server Service in Windows Vista Telnetサーバーサービスを有効にインストールし、 Windows Vistaで
- How to Enable and Turn On Hibernation Feature in Windows Vista休止状態を有効にする方法や機能をWindows Vistaの電源をオンに
- Ways to Turn Off and Disable Vista IE 7 Protected Modeビスタを無効にする方法を無効にするとie 7をプロテクトモード
- Temporarily Disable IE7 Protected Mode in Vista on Ad-hoc Basis一時的に無効にie7プロテクトモードでVistaをアドホック的に
- How to Disable or Enable Vista User Access Control in Command Promptビスタを無効にする方法ユーザーのアクセス制御を有効またはコマンドプロンプト
- Turn Off and Disable Search Indexing Service in Windows XPインデックスサービスを無効にすると無効に検索では、 Windows XP
- Running Google Earth on Suse Linux with VMware Google Earthを実行してSUSE LinuxにもVMware
- Disable or Enable Backspace as ‘Go Back’ Page Browsing Function in Firefoxバックスペースを有効または無効'へ戻る]ページのブラウジング機能は、 Firefox














