How to Check if Telnet Is Running on a Server telnetのかどうかを確認する方法をサーバー上で実行され
Telnet (TELecommunication NETwork) is a unsecured network protocol used on the Internet or local area network (LAN) connections popularly to remotely access a server from client. telnetの(通信ネットワーク)は、無担保のネットワークプロトコル使用されて、インターネットやローカルエリアネットワーク( LAN )接続をリモートで盛んにクライアントからサーバーにアクセスする。 The problem with Telnet is that the session is unencrypted with user name and password transmit across network in plain text, greatly increase security risk. telnetの問題があるのは、セッションがユーザー名とパスワードを暗号化とネットワーク上で送信をテキスト形式で表示、セキュリティ上のリスクが大幅に増加します。
If you want to identify and check if the Telnet service is running on your server, especially on web server or web host which exposes to worldwide attacks, here’s an easy way to perform the verification on Telnet process.したい場合は、 telnetを特定し、サービスかどうかを確認しているサーバー上で実行され、特にウェブサーバーまたはウェブのホストを公開しワールドワイドな攻撃を、ここに簡単な方法の検証を行うには、 telnetのプロセスです。
The easiest way to check if the Telnet process is running or not on the server is by using ps command that displays the currently running processes.最も簡単な方法は、 telnetをチェックするプロセスが実行されている場合、サーバー上のかどうかはpsコマンドを使用しては、現在実行中のプロセスが表示されています。 To check for any running Telnet process, login to the server via SSH (or physically using console, if you can Telnet into the server, obviously the Telnet service is running), and run the following command: telnetの任意の実行中のプロセスをチェックするため、 ssh経由でのサーバーにログインして(または物理的に使用してコンソールで、 telnetの場合をサーバにすることができます。 、明らかには、 telnetサービスが実行され) 、および以下のコマンドを実行して:
ps -aux | grep telnet psの-補助| grep telnetの
If the result returns any other processes other than “grep telnet” line means that some Telnet process is running or session is opened.任意の他のプロセスの場合、戻り値以外の結果" grep telnetの"行を意味しtelnetのプロセスが実行中であるか、いくつかのセッションが開かれた。
Alternatively, scan your server for open port 23, which Telnet normally uses to connect to.また、サーバーを開いているポートスキャンして23日、これに接続するにはtelnetの通常使用しています。 If the port 23 is not closed, mean Telnet service may be running.閉鎖の場合、ポート23ではない、 5月に実行中のTelnetサービスを意味します。 To check if port 23 is closed or opened, you need to have nmap installed on server.ポート23が閉じられるかどうかをチェックしたり開いする必要があります。 nmapのファンにはサーバーにインストールされています。 The command to use is:コマンドを使用するのは:
nmap -sT -O localhost nmapの-セント-またはlocalhostの
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関連記事
- Disable and Turn Off Telnet in Linux LinuxのTelnetを無効にしたり、無効にする
- Enable and Install Telnet Client in Vista telnetクライアントにインストールを有効にしてビスタ
- Install and Enable Telnet Server Service in Windows Vista Telnetサーバーサービスを有効にインストールし、 Windows Vistaで
- Cannot FTP to Web Host or Server running cPanel/WHM FTPを使用することはできません実行しているサーバーのホストまたはウェブcpanel / whm
- How to Check Memory Usage in Linux based Serverメモリの使用量を確認する方法がLinuxベースのサーバー
- Identify The Running Processes Via ProcessQuickLink経由で実行中のプロセスを識別するprocessquicklink
- Restore Windows XP and 2003 .bkf Backups in Windows Vista and Longhorn Server with NT Backup Restore Utility 2003年、 Windows XPおよび復元します。 bkf 、 Windows VistaおよびLonghorn ServerのバックアップNTバックアップと復元ユーティリティ
- Unable to Connect to Internet in Virtual PC with NAT Shared Networking NAT on Windows XP Guestインターネットに接続するにはできませんでしたでは、 Virtual PCとNATのNAT共有ネットワーク上のWindows XPユーザー
- How to Find and Check Number of Connections to a Serverを検索してチェックする方法を参照してサーバーへの接続数
- Restore Windows NT Backup (ntbackup) .bkf in Vista and ‘Longhorn’ Server 2008復元Windows NTバックアップ( NTBackupの)です。 bkfでVistaと' Longhornの'サーバー2008

































August 19th, 2007 22:19 2007年8月19日22:19
[...] 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 [...]それはまだ実行されている場合は、以下のガイドでは無効にしたり、無効にする手順を実行して提供するtelnetの[...]