blowfish is slow and isn't supported on Jessie: let ssh decide

cf. https://support.tranquil.it/issue648
This commit is contained in:
Jérémie Courrèges-Anglas
2015-05-13 16:06:45 +02:00
parent 53b0d44ead
commit 41d09962eb
3 changed files with 2 additions and 3 deletions
-1
View File
@@ -313,7 +313,6 @@ class backup_rsync_ssh(backup_rsync):
type = 'rsync+ssh'
required_params = backup_generic.required_params + ['remote_user','remote_dir','private_key']
optional_params = backup_generic.optional_params + ['compression','bwlimit','ssh_port','exclude_list','protect_args','overload_args', 'cipher_spec']
cipher_spec = 'blowfish'
register_driver(backup_rsync)