Michael Sternberg wrote:
> Just wondering how rsync+ssh combination is working.
> Is it safe from security point of view ?
> What overhead it introduces - is it quick enough ?
It works perfectly. In regard to security, in terms of the data passed
it's as secure as ssh, but t
On Wed, Oct 02, 2002, Guy Cohen wrote about "Re: rsync + ssh":
> On Wed, Oct 02, 2002 at 05:39:42PM +0300, Michael Sternberg wrote:
> >
> > Just wondering how rsync+ssh combination is working.
>
> rsync -e ssh
or, since you'll probably always want to use r
On Wed, Oct 02, 2002, Michael Sternberg wrote about "rsync + ssh":
> Just wondering how rsync+ssh combination is working.
> Is it safe from security point of view ?
Yes, as much as ssh itself is secure.
> What overhead it introduces - is it quick enough ?
Yes agai
On Wed, Oct 02, 2002 at 05:39:42PM +0300, Michael Sternberg wrote:
>
> Just wondering how rsync+ssh combination is working.
rsync -e ssh
> Is it safe from security point of view ?
It's transferring the data over an encrypted channel. If you're updating
your mirror the
Just wondering how rsync+ssh combination is working.
Is it safe from security point of view ?
What overhead it introduces - is it quick enough ?
Michael.
=
To unsubscribe, send mail to [EMAIL