https://bugzilla.samba.org/show_bug.cgi?id=1633
[EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From [EMAIL PROTECTED] 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. -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html