From: Bernie Innocenti Date: Tue, 1 Mar 2016 07:09:25 +0000 (-0500) Subject: Drop the arcfour cipher. X-Git-Url: https://codewiz.org/gitweb?p=wizbackup.git;a=commitdiff_plain;h=c02953445f24eaa776092b516abe9e8be33c0149 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). --- 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