]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/mailman/templates/default/backup.cron.erb
Remove arcfour (RC4) cipher no longer available in newer OpenSSH
[chef.git] / cookbooks / mailman / templates / default / backup.cron.erb
index 84d032188073005547e20813a14d846b13af6698..80a5c8ba2d7c89d745f60d8b55cc2f965913cbf1 100644 (file)
@@ -10,7 +10,7 @@ mkdir $T/lists-$D
 ln -s /var/lib/mailman $T/lists-$D/mailman
 
 export GZIP="--rsyncable -9"
-export RSYNC_RSH="ssh -ax -c arcfour"
+export RSYNC_RSH="ssh -ax"
 
 nice tar --create --gzip --dereference --directory=$T --file=$T/$B lists-$D
 nice rsync $T/$B backup::backup