mirror of
https://git.proxmox.com/git/pve-access-control
synced 2025-06-13 07:17:43 +00:00
cleanup previous patch
This commit is contained in:
parent
dc7573bf85
commit
63691fc66a
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user