diff options
author | Devaev Maxim <[email protected]> | 2020-03-26 06:26:56 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2020-03-26 13:17:07 +0300 |
commit | 8fd2a597bbbaa9efa544a0166d0e218d61db4005 (patch) | |
tree | e4217d55fcbcf1121c61108a1a0044673eb49b15 /testenv | |
parent | 94b779c5868a20f46c1d78c56fd19e01285a4e25 (diff) |
vncauth
Diffstat (limited to 'testenv')
-rw-r--r-- | testenv/v1-vga-rpi3.override.yaml | 4 | ||||
-rw-r--r-- | testenv/v2-hdmi-rpi4.override.yaml | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/testenv/v1-vga-rpi3.override.yaml b/testenv/v1-vga-rpi3.override.yaml index dc028381..718112f7 100644 --- a/testenv/v1-vga-rpi3.override.yaml +++ b/testenv/v1-vga-rpi3.override.yaml @@ -26,3 +26,7 @@ kvmd: vnc: keymap: /usr/share/kvmd/keymaps/ru + + auth: + vncauth: + enabled: true diff --git a/testenv/v2-hdmi-rpi4.override.yaml b/testenv/v2-hdmi-rpi4.override.yaml index ceb51b4a..b5003a55 100644 --- a/testenv/v2-hdmi-rpi4.override.yaml +++ b/testenv/v2-hdmi-rpi4.override.yaml @@ -34,3 +34,7 @@ kvmd: vnc: keymap: /usr/share/kvmd/keymaps/ru + + auth: + vncauth: + enabled: true |