Thursday, 28 June 2012

Disable Telnet in Linux

1. To disable Telnet, you must edit the /etc/xinetd.d/telnet file. Open the Telnet file, using vi or
an editor of your choice.
2. Comment out the service telnet line by adding a number sign (#) before service telnet:
#service telnet
3. Write and quit the file.

No comments:

Post a Comment