[pve-devel] r5548 - qemu-server/pve2/PVE/API2
svn-commits at proxmox.com
svn-commits at proxmox.com
Wed Feb 16 10:36:38 CET 2011
Author: dietmar
Date: 2011-02-16 10:36:38 +0100 (Wed, 16 Feb 2011)
New Revision: 5548
Modified:
qemu-server/pve2/PVE/API2/Qemu.pm
Log:
that code is nonsense - removed
Modified: qemu-server/pve2/PVE/API2/Qemu.pm
===================================================================
--- qemu-server/pve2/PVE/API2/Qemu.pm 2011-02-16 07:42:17 UTC (rev 5547)
+++ qemu-server/pve2/PVE/API2/Qemu.pm 2011-02-16 09:36:38 UTC (rev 5548)
@@ -489,7 +489,6 @@
# NOTE: kvm VNC traffic is already TLS encrypted,
# so we select the fastest chipher here (or 'none'?)
my $remcmd = $remip ? ['/usr/bin/ssh', '-T', '-o', 'BatchMode=yes',
- '-authpath', "/vms/$vmid", '-perm', 'VM.Console',
'-c', 'blowfish-cbc', $remip] : [];
my $timeout = 10;
More information about the pve-devel
mailing list