RSH connection

I would like to connect via RSH to the linux machine.
Based on RSHhelp patch it looks so the connection is established but none of the commands are visible on console like putty or telnet or give any response. RSH is based on inetd daemon.

So the question is:
Is there any other possibility to talk to the second machine via ssh or telnet?
Is the RSH patch designed just for Windows based RSH daemon?

hi ucy74

the rsh node should work with all rsh daemons.
the command should not to be visible. the program should run and give a return value back to the client when ready.

wherefrom do you now that the connection is established?
what does the log on the linux machine say?
have you noticed the .rhosts issue? daemons should start without rhosts restriction or with proper .rhosts configuration:
RSH HowTo

RSh gives me back Ready: 1

wherefrom do you now that the connection is established?

Which log You mean? Which command/file I should to invoke/read?

what does the log on the linux machine say?

I have no .rhosts file on my linux machine.
How can I get an info how invoked was daemon?

have you noticed the .rhosts issue? daemons should start without >rhosts restriction or with proper .rhosts configuration…