+++ Hiten Desai [08/03/02 19:48 -0800]:
Hi!,
I am trying to setup rsh and rsync for remote backup but I m not able to set rsh which from various sources I have came to know that there is one file called .rhosts
s/rsh/ssh/ man ssh-keygen and man ssh (and sshd)
where is it ?? in redhat 7.1 is there some global file or some user specific file
.rhosts would be in the users home directory. Trust me, you don't want to use this. Use ssh wth key based authentication and non root accounts.
and man ssh-agent too, whilke you are at it.
Devdas Bhagat