From c02953445f24eaa776092b516abe9e8be33c0149 Mon Sep 17 00:00:00 2001 From: Bernie Innocenti Date: Tue, 1 Mar 2016 02:09:25 -0500 Subject: [PATCH] Drop the arcfour cipher. 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wizbackup b/wizbackup index d2aea75..b0a74a3 100755 --- 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 -- 2.25.1