scp -c blowfish source.file remote.host:/destination/file.name
Using blowfish rather than the default 3des gave me about an extra 50% or so of throughput.
This was really noticeable on my new T5120s, where I went from under 10M/s to over 13M/s for a single copy. (OK, so it can probably run lots in parallel, but I was just moving large images.)
2 comments:
I'm pretty sure that 3des is only the default cipher for protocol 1, and an aes cbc is the default cipher for protocol 2.
I've found arcfour to be even faster than blowfish on the Niagara class CPUs...worth a try.
Post a Comment