Drop the arcfour cipher.
authorBernie Innocenti <bernie@codewiz.org>
Tue, 1 Mar 2016 07:09:25 +0000 (02:09 -0500)
committerroot <root@justice.sugarlabs.org>
Tue, 1 Mar 2016 07:13:55 +0000 (02:13 -0500)
It's no longer needed for performance, since modern Intel hardware can do
over 300MB/s with the cipher negotiated by default (aes128-gcm@openssh.com).

wizbackup

index d2aea752bcaa01049411683bdf474bb08aee03ca..b0a74a323d0bffe90b26921513f1509cff196aaa 100755 (executable)
--- a/wizbackup
+++ b/wizbackup
@@ -67,7 +67,7 @@ fi
 if [ "${SRC%:*}" == "rsync" ]; then
        RSYNC_OPTS="$RSYNC_OPTS --password-file=/etc/wizbackup/rsync_password --contimeout 10"
 else
-       export RSYNC_RSH="ssh -i /etc/wizbackup/ssh_id -c arcfour -x -o VerifyHostKeyDNS=yes -o StrictHostKeyChecking=no"
+       export RSYNC_RSH="ssh -i /etc/wizbackup/ssh_id -x -o VerifyHostKeyDNS=yes -o StrictHostKeyChecking=no"
 fi
 
 # Error tolerant grep