Daniel P. Berrangé 6c6840e928 ui: introduce "password-secret" option for VNC servers
Currently when using VNC the "password" flag turns on password based
authentication. The actual password has to be provided separately via
the monitor.

This introduces a "password-secret" option which lets the password be
provided up front.

  $QEMU --object secret,id=vncsec0,file=passwd.txt \
        --vnc localhost:0,password-secret=vncsec0

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Message-Id: <20210311114343.439820-2-berrange@redhat.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
2021-03-15 17:36:20 +01:00
..
2020-09-30 19:09:19 +02:00
2021-03-11 13:33:20 +01:00
2021-03-09 22:13:32 +01:00
2019-03-11 08:39:02 +01:00
2021-02-04 15:58:54 +01:00
2021-02-04 15:58:54 +01:00
2021-03-12 13:53:44 +00:00
2020-10-15 16:35:06 +01:00
2019-08-16 13:31:52 +02:00
2020-12-10 12:15:18 -05:00
2021-02-04 15:58:54 +01:00
2020-08-21 06:30:21 -04:00
2019-08-16 13:31:52 +02:00
2019-02-05 16:50:18 +01:00
2021-01-23 15:55:07 -05:00