I ssh-keygen to make identity.pub on userB@foo and give it to usera@bar.
'rsync -e ssh ./hello.c usera@bar'  works fine !

Thanks !
Keith

Martin Pool wrote:

> On Tue, Jul 25, 2000 at 05:18:59PM +1000, Keith Yeung wrote:
> > I am using rsync with -e ssh to update file between hosts (usera@foo
> -->
> > usera@bar).
> >
> > Yet, I would like to rsync like this : userB@foo  --> usera@bar ? Is
> is
> > possible ? if so, how ?
>
> Can't you just say
>
>   rsync -e ssh ./hello.c usera@bar:
>
> ?
>
> --
> Martin Pool, Linuxcare, Inc.
> +61 2 6262 8990
> [EMAIL PROTECTED], http://www.linuxcare.com/
> Linuxcare. Support for the revolution.

Reply via email to