rsh between systems

All

I want to trigger a script in a remote system using rsh command. Both scripts are in different user name. How do i do this? Please let know .rhosts entries in both systems. Iam getting the following error:
spk4rsh: 0041-003 No tickets file found. You need to run "k4init".

Please help me to find a solution.

Thanks in advance

Regards
Deepak Xavier

Well, I don't know about the error but the info you need in the .rhosts file is as follows..

<remote_hostname> <username>

That's all. So, if I'm on Server_A, username "Bacchus" and I want to log onto Server_B I need a .rhosts file with "Server_A Bacchus" in my home directory (on Server_B). This means, Server B will accept username "Bacchus" from "Server_A". Hope it helps.