BUG REPORT: latest rsync misinvokes ssh with user@host ...

Wayne Davison wayned at samba.org
Wed Jun 8 15:38:39 GMT 2005


On Wed, Jun 08, 2005 at 02:14:05PM +1000, Cameron Simpson wrote:
> in short, rsync is seeing the "root at ali" and invoking:
> 
> 	ssh ali -l root rsync-daemon-invocation...

This should only happen if remsh is present on your system when
configure was run.  This is because remsh requires that arg order (and
ssh accepts either arg order).  The code in 2.6.4 accidentally made all
remote-shell invokations use the remsh arg order, but 2.6.5 fixed that
bug.  Did you upgrade from 2.6.4 without re-running configure?  (If you
used the config.h file from a 2.6.4 build, you'd not see the fix.)  Or
does your system now have a remsh binary installed in the path?

..wayne..


More information about the rsync mailing list