Enable vnc remote management on macOS

Task-number: QTQAINFRA-6668
Pick-to: 6.8 6.5
Change-Id: I5af8e460059cdcaad22f637e1c92d9a46950f775
Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
This commit is contained in:
Aku Pietikäinen
2024-10-17 14:57:06 +03:00
parent 5d2c8c929f
commit cfd06e54fd
9 changed files with 63 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
#!/usr/bin/env bash
# Copyright (C) 2024 The Qt Company Ltd.
# This script enables remote management vnc
set -ex
sudo /System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Resources/kickstart -activate -configure -access -on -clientopts -setvnclegacy -vnclegacy yes

View File

@@ -0,0 +1,7 @@
#!/usr/bin/env bash
#Copyright (C) 2024 The Qt Company Ltd
set -ex
# shellcheck source=../common/macos/enable_vnc.sh
source "${BASH_SOURCE%/*}/../common/macos/enable_vnc.sh"

View File

@@ -0,0 +1,7 @@
#!/usr/bin/env bash
#Copyright (C) 2024 The Qt Company Ltd
set -ex
# shellcheck source=../common/macos/enable_vnc.sh
source "${BASH_SOURCE%/*}/../common/macos/enable_vnc.sh"

View File

@@ -0,0 +1,7 @@
#!/usr/bin/env bash
#Copyright (C) 2024 The Qt Company Ltd
set -ex
# shellcheck source=../common/macos/enable_vnc.sh
source "${BASH_SOURCE%/*}/../common/macos/enable_vnc.sh"

View File

@@ -0,0 +1,7 @@
#!/usr/bin/env bash
#Copyright (C) 2024 The Qt Company Ltd
set -ex
# shellcheck source=../common/macos/enable_vnc.sh
source "${BASH_SOURCE%/*}/../common/macos/enable_vnc.sh"

View File

@@ -0,0 +1,7 @@
#!/usr/bin/env bash
#Copyright (C) 2024 The Qt Company Ltd
set -ex
# shellcheck source=../common/macos/enable_vnc.sh
source "${BASH_SOURCE%/*}/../common/macos/enable_vnc.sh"

View File

@@ -0,0 +1,7 @@
#!/usr/bin/env bash
#Copyright (C) 2024 The Qt Company Ltd
set -ex
# shellcheck source=../common/macos/enable_vnc.sh
source "${BASH_SOURCE%/*}/../common/macos/enable_vnc.sh"

View File

@@ -0,0 +1,7 @@
#!/usr/bin/env bash
#Copyright (C) 2024 The Qt Company Ltd
set -ex
# shellcheck source=../common/macos/enable_vnc.sh
source "${BASH_SOURCE%/*}/../common/macos/enable_vnc.sh"

View File

@@ -0,0 +1,7 @@
#!/usr/bin/env bash
#Copyright (C) 2024 The Qt Company Ltd
set -ex
# shellcheck source=../common/macos/enable_vnc.sh
source "${BASH_SOURCE%/*}/../common/macos/enable_vnc.sh"