DO NOT REPLY [Bug 4163] Checksum Error using "ssh key authentication"

samba-bugs at samba.org samba-bugs at samba.org
Thu Oct 12 09:53:09 GMT 2006


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


cwlin at kingb.com.tw changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |major




------- Comment #3 from cwlin at kingb.com.tw  2006-10-12 04:53 MST -------
I think I know why it fails with ssh automatic key authentication.

I used the command option in the file "authorized_keys".
When it is set, sshd will ignore the the command supplied by the user (rsync,
in this case).
Instead, sshd will take the command specified in the "authorized_keys" file.
Therefore, the option used by the server-side rsync is not the same as the
client -side one expects, which causes the checksum error.

The option "-vv" of "rsync" reveals the command sent to the server.

Is it possible that the "rsync" provide a special option, which will allow the
other options to be transferred like the data form the client to the server ?
In this way, the server-side rsync will not be mistaken by sshd.

Or some precautious statements in the document are enough ?


-- 
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