Drop the arcfour cipher.
[wizbackup.git] / 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