What is the equivalent of doing

ssh -c blowfish

with rsync for fast block cipher if one wants to have faster transfer rates?

link|improve this question

73% accept rate
feedback

2 Answers

up vote 4 down vote accepted
rsync ... -e "ssh -c blowfish" ...
link|improve this answer
feedback

Try: rsync -e "ssh -c blowfish"

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.