Description of problem: After setting up rsh on my target machine I attempt to rsh/rcp to it. The following error is received: /usr/bin/rsh target_machine ls -al /home /bin/bash: Permission denied And there is no entry for this attempt on the target machine. But when I use /root/rsh-strace.sh with the following code: #!/bin/bash /usr/bin/strace -f -o /tmp/rsh-server.trace /usr/sbin/in.rshd in /etc/xinetd.d/rsh with server = /root/rsh-strace.sh, rsh/rcp works, entries appear in /var/log/messages, and the rsh-server.trace file is created in /tmp. Version-Release number of selected component (if applicable): rsh-server-0.17-50.fc9.i386 rsh-0.17-50.fc9.i386 How reproducible: After setting up rsh, execute rsh from a server to the target_machine. Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:If more info is needed, please let me know.
Created attachment 311205 [details] rsh strace output
There have been several updates since I submitted this bug. rsh now works as expected in FC9. Hence, this bug may be closed.
(In reply to comment #2) > There have been several updates since I submitted this bug. rsh now works as > expected in FC9. Hence, this bug may be closed. Thanks for info. Closing