[CentOS] How to properly install rsh without compromising system security

Wed May 25 13:27:00 UTC 2005
Olaf Greve <o.greve at axis.nl>

Hi guys,

> Or a quick work-around:
> 
> cd /usr/bin
> mv rsh rsh.old
> ln -s ssh rsh

Tnx guys!
Doing just that, in combination with the ssh-keygen -t dsa tricky, 
nicely did the trick and fools the platform to make it think it's using 
RSH where it is actually using SSH. :)

Cheers,
Olafo