Secure server


Friends at CpWebhosting tell us how to secure our server?

Well first of all look if yur Telnet is disable.It is a very unsecure connection.It is even more prone to passwords and there is a bigger threat of loosing passwords in it.
__________________
wipr
Wipro Dedicated Servers
Setup SSH into server and login as root.
__________________
Tosh
Dedicated Hosting
At command prompt type: pico -w /etc/xinetd.d/telnet.With this command you will enter into telnet.
__________________
wipr
Wipro Dedicated Servers
change disable = no to disable = yes.By this command we can disable Telnet.
__________________
Tosh
Dedicated Hosting
Save and Exit.
__________________
wipr
Wipro Dedicated Servers
At command prompt type: /etc/init.d/xinetd restart.It is recommended to restart your system after you disable Telnet.
__________________
Tosh
Dedicated Hosting