Disable and Turn Off Telnet in Linux Onesposobiti i Otpustiti Telnet u Linuxu
Telnet is an unsecured network protocol that facilitates remote login to a server via network connection. Telnet je neosiguran mrežni protokol koji omogućava prijavu na udaljeni poslužitelj putem mrežne veze. 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 poslužitelj omogućava da se nalazi tisućama milja daleko od administratora još uvijek može se upravljati čak i bez fizičkog pristupa konzoli. 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. Međutim, Telnet polako je zamijenio sa SSH (Secure Shell) protokola zbog sigurnosne rizike kao paket za prijenos podataka, uključujući i prijava korisničko ime i lozinka za Telnet je nesigurna, čime hakera ili krekerima lako za njuškanje i dobiti te podatke jednostavno.
So it's a good practice to disable Telnet service on server, especially web server which reachable from Internet, and replaced with SSH. Tako da je dobra praksa za onemogućiti Telnet poslužitelj na poslužitelj, posebno tkanje poslužitelj što dostupan s Interneta, a zamijenio sa SSH. For web servers that are subscribed from some web hosting providers has Telnet disabled by default. Za web poslužitelja koji su pretplaćene od nekih web hosting provideri Telnet je onesposobiti kod standardne postave. Webmasters or system administrators can Webmasteri ili administratorima sustava mogu verify if the Telnet service is turned off ovjeriti ako Telnet je servis isključen . . If it's still running, the following guide will provide steps to disable and turn off Telnet service. Ako svoj 'pa ipak trčanje, sljedeće korake vodič će osigurati to onesposobiti i otpustiti Telnet usluga. Telnet server listens for incoming messages on port 23, and sends outgoing messages to port 23. Telnet poslužitelj osluškuje za dolazne poruke na portu 23, i šalje odlazne poruke na port 23.
How to Disable Telnet Kako to Onesposobiti Telnet
- SSH into server and login as root. SSH na server te prijava kao root.
- At shell command prompt type the following command and press Enter. U shell naredbeni redak upišite sljedeću naredbu i pritisnite Enter. This example use pico to edit text file, you can use vi or other text editor if you want. Piko Ovaj primjer koristi za uređivanje teksta datoteke, možete koristiti vi ili drugi tekst editor, ako želite.
pico -w /etc/xinetd.d/telnet piko-w / etc / xinetd.d / telnet
- Locate the following line: Pronađite sljedeći redak:
disable = no onemogućiti = no
Change the “disable = no” to “disable = yes” (no to yes). Promjena "onesposobiti = no" to "onesposobiti = yes" (da ne da).
- Save and exit. Spasiti i izlaz.
- Restart the inetd service by using the following command: Restart inetd poslužitelj koristeći sljedeće naredba:
/etc/rc.d/init.d/xinetd restart / etc / rc.d / init.d / xinetd restart
- Turn off Telnet through chkconfig as well because it can still start through that: Isključite Telnet kroz chkconfig kao i zato što još uvijek može početi da se kroz:
/sbin/chkconfig telnet off / sbin / chkconfig telnet off
IMPORTANT : The page is machine translated and provided "as is" without warranty. VAŽNO: stranica je stroj prevedeno i pružena "kakav je" sa garantni. Machine translation may be difficult to understand. Strojno prevođenje svibanj biti teško za razumjeti. Please refer to Molimo pogledajte original English article izvorni Engleski jezik članak whenever possible. kad god je to moguće.
Related Articles Vezani članci
- How to Check if Telnet Is Running on a Server Kako to Ček ako se izvodi na Telnet Server
- Disable and Turn Off (or Enable or Turn On) Data Execution Prevention (DEP) in Windows Vista Onesposobiti i Otpustiti (inače Omogućiti inače Uključiti) Podaci Pogubljenje Sprečavanje (DEP) u Windowsima Vidik
- Install and Enable Telnet Server Service in Windows Vista Uvesti koga u službu i Ovlastiti Telnet Poslužitelj u Windowsima Vidik Služenje
- Enable and Install Telnet Client in Vista Uvesti koga u službu i Ovlastiti Telnet Client in Vidik
- Disable or Turn Off (Or Enable and Turn On) Windows Vista Internet Explorer 7 (IE7) Protected Mode Onesposobiti ili Otpustiti (inače Omogućiti pa Uključiti) Windows Vidik Internet explorer 7 (IE7) Zaštićeni način
- Turn Off and Disable Search Indexing Service in Windows XP Otpustiti i Onesposobiti Traži Indeksiranje Služenje unutra Windowsi XP
- Turn Off and Disable Windows XP Built-in ZIP Support and Compressed Folders Otpustiti i Onesposobiti Windows XP Izgrađen-in ZUJANJE Podrška i Stisnut Savijač
- How to Disable Linux and Unix Cron Jobs (Crontab) Email Sending Kako to Onesposobiti Linux i Unix Cron Jobs (Crontab) E-mail slanje
- How to Disable and Turn Off UAC in Windows 7 Kako to Onesposobiti i Otpustiti UAC na Windowsima 7
- Ways to Turn Off and Disable Vista IE 7 Protected Mode Putevi to Otpustiti i Onesposobiti Vidik IE 7 Zaštićeni način









































