summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDaniel P. Berrangé2021-03-11 12:43:42 +0100
committerGerd Hoffmann2021-03-15 17:36:20 +0100
commit99522f69d62216f5d9581f66f2c0edca6bd48f78 (patch)
tree5f0ad49410504389ac7f87f3d1f2e8019f729c94 /docs
parentui: introduce "password-secret" option for VNC servers (diff)
downloadqemu-99522f69d62216f5d9581f66f2c0edca6bd48f78.tar.gz
qemu-99522f69d62216f5d9581f66f2c0edca6bd48f78.tar.xz
qemu-99522f69d62216f5d9581f66f2c0edca6bd48f78.zip
ui: introduce "password-secret" option for SPICE server
Currently when using SPICE the "password" option provides the password in plain text on the command line. This is insecure as it is visible to all processes on the host. As an alternative, the password can 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 \ --spice port=5901,password-secret=vncsec0 Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> Message-Id: <20210311114343.439820-3-berrange@redhat.com> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions