mirror of
git://git.proxmox.com/git/qemu-server.git
synced 2025-01-10 01:18:01 +03:00
PVE/API2/Qemu: remove hardcoded blowfish cipher
Signed-off-by: Stefan Priebe <s.priebe@profihost.ag>
This commit is contained in:
parent
b3ea07f71e
commit
6bb726c903
@ -1065,10 +1065,8 @@ __PACKAGE__->register_method({
|
||||
$remip = PVE::Cluster::remote_node_ip($node);
|
||||
}
|
||||
|
||||
# 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',
|
||||
'-c', 'blowfish-cbc', $remip] : [];
|
||||
# NOTE: kvm VNC traffic is already TLS encrypted
|
||||
my $remcmd = $remip ? ['/usr/bin/ssh', '-T', '-o', 'BatchMode=yes', $remip] : [];
|
||||
|
||||
my $timeout = 10;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user