[Bug 1633] error in rsync protocol data stream (code 12) at io.c(359)

samba-bugs at samba.org samba-bugs at samba.org
Sat Sep 18 17:11:21 GMT 2004


https://bugzilla.samba.org/show_bug.cgi?id=1633


wayned at samba.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




------- Additional Comments From wayned at samba.org  2004-09-18 10:11 -------
Rsync doesn't use any ssh protocol itself -- it just calls ssh and lets it do
whatever you've configured ssh to do.  You can affect this by either setting
per-host config items in your ssh config file, or by setting ssh options using
the --rsh (-e) option, like this:

   --rsh="ssh -2"

You can also specify 2 -v options to see what command rsync is running to talk
to the remote host and you can try running that outside of rsync to see what it
does (you can substitite a different remote command than rsync too, such as
"uptime").

-- 
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.


More information about the rsync mailing list