]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/munin/templates/default/backup.cron.erb
Remove arcfour (RC4) cipher no longer available in newer OpenSSH
[chef.git] / cookbooks / munin / templates / default / backup.cron.erb
index 80e78c43f70eff50855a48b1fa9a41d955c91aed..33ac59256058b0850ed6ec6631f4d18ed8e8e395 100644 (file)
@@ -7,7 +7,7 @@ D=$(date +%Y-%m-%d)
 B=munin-$D.tar.gz
 
 export GZIP="--rsyncable -9"
-export RSYNC_RSH="ssh -ax -c arcfour"
+export RSYNC_RSH="ssh -ax"
 
 nice tar --create --gzip --dereference --directory=/var/lib/munin --file=$T/$B openstreetmap *.storable
 nice rsync $T/$B backup::backup