Wednesday, January 20, 2010

How to protect your Linux ? Delete dangerous command

Some tools are known to present security problems.For example rlogin,rsh ...
So you have to delete this package :

emerge -C net-misc/netkit-rsh

You can replace this tool with ssh.You have also ftp package which presents security warnings.It's better to use SCP (cp with ssh).

No comments:

Post a Comment