Re: rsync + ssh

2002-10-03 Thread Eran Tromer
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

Re: rsync + ssh

2002-10-02 Thread Nadav Har'El
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

Re: rsync + ssh

2002-10-02 Thread Nadav Har'El
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

Re: rsync + ssh

2002-10-02 Thread Guy Cohen
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

rsync + ssh

2002-10-02 Thread Michael Sternberg
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