~* LZ *~ wrote:
> I have a LAN with 4 linux box connected via a switch. I want to enable rsh
> to all the machine. Each box can rsh to another box. Like box1 can rsh to
> box2,box3,box4 . Then box2 also can rsh to box1,3,4 ... and so on ..
> how to do this ? (without creat .rhosts for each one) ??
Adding a host to /etc/hosts.equiv has the same effect as adding it to
the ~/.rhosts file for all users except root.
If you want to be able to use rsh as root, you have to use ~/.rhosts.
--
Glynn Clements <[EMAIL PROTECTED]>