I’m getting around 20MB/s with the default cipher, but when choosing arcfour:
scp -c arcfour file user@host:
the transfer speed doubles to 40MB/s.
For rsync, add this to the rsync command line:
--rsh="ssh -c arcfour"
I’m getting around 20MB/s with the default cipher, but when choosing arcfour:
scp -c arcfour file user@host:
the transfer speed doubles to 40MB/s.
For rsync, add this to the rsync command line:
--rsh="ssh -c arcfour"