William:
I think these are the steps you need to follow:
On your head node:
Create a /etc/hosts.equiv file with all the cluster hostnames in the cluster in it. You can steal this from
/etc/c3.conf.
chkconfig rsh on
chkconfig rlogin on
Add two lines to the end of /etc/securetty:
rsh
rlogin
Use cpush to push out /etc/hosts.equiv and /etc/securetty to proper locations on all nodes.
Use cexec to issue the chkconfig commands on all the nodes.
At this point, users should be able to rsh around the cluster. If you want to enable root to rsh, just do the exact same thing with /root/.rhosts as you did with /etc/hosts.equiv. Be warned, however, that this is REALLY not recommended by security minded folk.
Let me know if that doesn't work-
Jeremy
At 01:37 PM 7/11/2002 -0700, William Thies wrote:
It seems current oscar1.2.1rh72 version defaultly support ssh server. But for some reason, I need to get the rsh server work on all client nodes.How can I make it work when I build image? I don't want to configure all client node one by one. I want rsh is a default service when all client node finish network boot installation. How can I do that? Thanks!!!!!!!!!! __________________________________________________ Do You Yahoo!? Sign up for SBC Yahoo! Dial - First Month Free http://sbc.yahoo.com ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek PC Mods, Computing goodies, cases & more http://thinkgeek.com/sf _______________________________________________ Oscar-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/oscar-users
------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek PC Mods, Computing goodies, cases & more http://thinkgeek.com/sf _______________________________________________ Oscar-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/oscar-users </x-flowed>
