From 63691fc66a15c2ab3b4c20df35354812ca46aae8 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Wed, 22 Jan 2014 07:25:09 +0100 Subject: [PATCH 1/1] cleanup previous patch --- PVE/AccessControl.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/PVE/AccessControl.pm b/PVE/AccessControl.pm index e3c5fa9..f41d7ff 100644 --- a/PVE/AccessControl.pm +++ b/PVE/AccessControl.pm @@ -313,11 +313,11 @@ sub remote_viewer_config { my $cacert = PVE::Tools::file_get_contents("/etc/pve/pve-root-ca.pem", 8192); $cacert =~ s/\n/\\n/g; - + my $config = { - 'secure-attention' => "Ctrl+Alt+Ins", - 'toggle-fullscreen' => "Shift+F11", - 'release-cursor' => "Ctrl+Alt+R", + 'secure-attention' => "Ctrl+Alt+Ins", + 'toggle-fullscreen' => "Shift+F11", + 'release-cursor' => "Ctrl+Alt+R", type => 'spice', title => $title, host => $proxyticket, # this break tls hostname verification, so we need to use 'host-subject' -- 2.39.2