>From what I can gather from googling, using rsync over ssh without a cipher is >not possible since some changes to the openssh package. Is this true? I have >been using a CPU friendly cipher but feel that it is best to use no cipher at >all (secured network).
rsync -avxu --progress -e 'ssh -c arcfour128' /path/to/source/ user@server:/path/to/destination/ Thanks in advance! -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html