Hi,
I think we need a more descriptive subject than just "Need Help", it means a whole lot of different things otherwise ;)
On 7 Apr 2003, Prashant Parab wrote:
Hi Group, We are using rsh command for file transfer between our two servers. We are using ssh protocol for rsh by using 'rsh -e ssh '. As we are not
I think you are using rsync and not rsh, rsh doesn't have this -e option, rsync does. rsh is simply "remote shell", so why would someone execute ssh remotely over a unsecure protocol?, doesn't make sense. Also it doesn't do file transfer natively :)
using certficates for ssh, the ssh daemon ask the password from the user
[snip]
starts from here. As we want to automate the whole process we are planning to run the rsh command in the cron jobs. Now in the cron job we
man ssh
-Rajesh