Disable and Turn Off Telnet in Linux Onesposobiti ter zapreti Telnet v Linux
Telnet is an unsecured network protocol that facilitates remote login to a server via network connection. Telnet je protokol nezavarovano omrežje, ki omogoča prijavo v oddaljeni strežnik prek omrežne povezave. The protocol allows server to be located thousands of miles away from the administrator yet still can be managed even without physical console access. Protokol omogoča strežniku, da se nahaja na tisoče kilometrov stran od skrbnik še vedno mogoče upravljati tudi brez fizičnega dostopa konzolo. 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. Vendar pa je Telnet počasi nadomesti z SSH (Secure Shell) protokol zaradi varnostnih tveganj, paketni prenos podatkov, vključno s prijavo uporabniško ime in geslo za Telnet je unencrypted, ki omogoča hekerjem ali nor, da enostavno vohanje in pridobivanje teh informacij lažje.
So it's a good practice to disable Telnet service on server, especially web server which reachable from Internet, and replaced with SSH. Tako je dobra praksa, da onemogočite storitev Telnet na strežniku, še posebej spletni strežnik, ki dosegljiv iz interneta, in nadomesti z SSH. For web servers that are subscribed from some web hosting providers has Telnet disabled by default. Za spletnih strežnikov, ki so vpisani nekaterih web hosting ponudnikov je Telnet privzeto onemogočen. Webmasters or system administrators can Webmasters ali skrbnikom sistema, lahko verify if the Telnet service is turned off preveri, če je ponudnik Telnet izklopljen . . If it's still running, the following guide will provide steps to disable and turn off Telnet service. Če je še vedno tekmovanje v teku, bo zagotovila navodila po korakih v onesposobiti ter zapreti Telnet storitev. Telnet server listens for incoming messages on port 23, and sends outgoing messages to port 23. Telnet strežnik posluša za dohodna sporočila na vratih 23, in pošilja odhodnih sporočil v pristanišče 23.
How to Disable Telnet Kako Onemogoči Telnet
- SSH into server and login as root. SSH v pomočnik ter prijavite kot root.
- At shell command prompt type the following command and press Enter. V lupini ukazni poziv vnesite ta ukaz in pritisnite Enter. This example use pico to edit text file, you can use vi or other text editor if you want. Ta piko na primer uporabite za urejanje besedilno datoteko, lahko uporabljate vi ali drugi urejevalnik besedila, če želite.
pico -w /etc/xinetd.d/telnet piko-w / etc / xinetd.d / telnet
- Locate the following line: Poiščite naslednjo vrstico:
disable = no onemogoči = no
Change the “disable = no” to “disable = yes” (no to yes). Change "onemogočenje = no" v "onesposobiti = yes" (ne do ja).
- Save and exit. Shrani in izhod.
- Restart the inetd service by using the following command: Restart inetd službe z uporabo naslednji ukaz:
/etc/rc.d/init.d/xinetd restart / etc / rc.d / init.d / xinetd znova
- Turn off Telnet through chkconfig as well because it can still start through that: Turn off Telnet preko chkconfig pa tudi zato, ker lahko še vedno, da se začetek z:
/sbin/chkconfig telnet off / sbin / chkconfig telnet off
IMPORTANT : The page is machine translated and provided "as is" without warranty. POMEMBNO: stran je stroj prevod in če "kot je" brez garancije. Machine translation may be difficult to understand. Strojno prevajanje je lahko težko razumeti. Please refer to Prosimo, da original English article original angleški člen whenever possible. kadar je to mogoče.
Related Articles Povezani članki
- How to Check if Telnet Is Running on a Server Kako v ček če Telnet je tekmovanje v teku na strežniku
- Disable and Turn Off (or Enable or Turn On) Data Execution Prevention (DEP) in Windows Vista Onemogoči in Turn Off (ali Omogoči ali Turn On) preprečevanje izvajanja podatkov (DEP) v operacijskem sistemu Windows Vista
- Install and Enable Telnet Server Service in Windows Vista Napeljati ter usposobiti Telnet pomočnik usluga v okno razgled
- Enable and Install Telnet Client in Vista Usposobiti ter napeljati Telnet varovanec v razgled
- Disable or Turn Off (Or Enable and Turn On) Windows Vista Internet Explorer 7 (IE7) Protected Mode Onesposobiti ali zapreti (ali usposobiti in Turn On) Windows Vista Internet Explorer 7 (IE7) Protected Mode
- Turn Off and Disable Search Indexing Service in Windows XP Zapreti ter onesposobiti Search Service Indexing v operacijskem sistemu Windows XP
- Turn Off and Disable Windows XP Built-in ZIP Support and Compressed Folders Zapreti ter onesposobiti okno XP zidava-v podporo ZIP in stisnjene mape
- How to Disable Linux and Unix Cron Jobs (Crontab) Email Sending Kako v onesposobiti Linux in Unix Cron Jobs (crontab) E-pošta Pošiljanje
- How to Disable and Turn Off UAC in Windows 7 Kako v onesposobiti ter zapreti UAC v Windows 7
- Ways to Turn Off and Disable Vista IE 7 Protected Mode Ways ugasniti ter onesposobiti razgled IE 7 Protected Mode









































