I'm using this rsync: # rsync --version rsync version 2.6.8 protocol version 29 Manpage states the following: <QUOTE> For remote transfers, a modern rsync uses ssh for its communications <UNQUOTE> Indeed I see rsync invoking ssh, yet I wonder what is considered "modern"? 10x, Amit
On Wed 08 Nov 2006, Amit Dor-Shifer wrote:> > Manpage states the following: > <QUOTE> > For remote transfers, a modern rsync uses ssh for its communications > <UNQUOTE> > > Indeed I see rsync invoking ssh, yet I wonder what is considered "modern"?The default changed from rsh to ssh in 2.6.0. Paul Slootman