[pve-devel] [PATCH] PVE/AbstractMigrate: remove hardcoded blowfish cipher
Stefan Priebe
s.priebe at profihost.ag
Wed Oct 31 12:16:57 CET 2012
Signed-off-by: Stefan Priebe <s.priebe at profihost.ag>
---
data/PVE/AbstractMigrate.pm | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/data/PVE/AbstractMigrate.pm b/data/PVE/AbstractMigrate.pm
index ccfcfb6..01d0a50 100644
--- a/data/PVE/AbstractMigrate.pm
+++ b/data/PVE/AbstractMigrate.pm
@@ -104,8 +104,7 @@ my $eval_int = sub {
};
};
-# blowfish is a fast block cipher, much faster then 3des
-my @ssh_opts = ('-c', 'blowfish', '-o', 'BatchMode=yes');
+my @ssh_opts = ('-o', 'BatchMode=yes');
my @ssh_cmd = ('/usr/bin/ssh', @ssh_opts);
my @scp_cmd = ('/usr/bin/scp', @ssh_opts);
my @rsync_opts = ('-aHAX', '--delete', '--numeric-ids');
--
1.7.2.5
More information about the pve-devel
mailing list