PDA

View Full Version : How can I restrict Telnet access?


Artyom
08-03-2007, 09:57 PM
To disable telnet, SSH into server and login as root.

At command prompt type: pico -w /etc/xinetd.d/telnet

change disable = no to disable = yes

Save and Exit

At command prompt type: /etc/init.d/xinetd restart