I installed by yum the latest rsh package ( because on my linux machine rsh and rcp binaries not exists )
# yum install rsh
so I verified by:
rpm -qa | grep -i rsh
rsh-0.17-60.el6.x86_64
rsh-server-0.17-17.x86_64
then I reboot my linux machine - red-hat 6.4
and try to do the following tests
# rsh localhost
connect to address ::1: Connection refused
Trying 127.0.0.1...
.
rcp localhost:/etc/hosts /tmp
rcmd: localhost: Connection reset by peer
in my machine .rhosts and /etc/hosts.equiv not exists ( not sure if rsh installation VIA yum should create them ? )
please advice what the next steps that I need to do in order to solve this issue ?