diff options
author | Daniel P. Berrangé <berrange@redhat.com> | 2021-03-11 11:43:43 +0000 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2021-03-15 17:37:44 +0100 |
commit | c47c0bcb33e154b82b4f6b90984aba998fcc4f18 (patch) | |
tree | 83dcb08e23fbbc3ef94f8ec34c7021d563d834cb /docs | |
parent | 99522f69d62216f5d9581f66f2c0edca6bd48f78 (diff) | |
download | qemu-c47c0bcb33e154b82b4f6b90984aba998fcc4f18.zip qemu-c47c0bcb33e154b82b4f6b90984aba998fcc4f18.tar.gz qemu-c47c0bcb33e154b82b4f6b90984aba998fcc4f18.tar.bz2 |
ui: deprecate "password" option for SPICE server
With the new "password-secret" option, there is no reason to use the old
inecure "password" option with -spice, so it can be deprecated.
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Message-Id: <20210311114343.439820-4-berrange@redhat.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/system/deprecated.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/system/deprecated.rst b/docs/system/deprecated.rst index 5e3a31c..8cba672 100644 --- a/docs/system/deprecated.rst +++ b/docs/system/deprecated.rst @@ -174,6 +174,14 @@ Input parameters that take a size value should only use a size suffix the value is hexadecimal. That is, '0x20M' is deprecated, and should be written either as '32M' or as '0x2000000'. +``-spice password=string`` (since 6.0) +'''''''''''''''''''''''''''''''''''''' + +This option is insecure because the SPICE password remains visible in +the process listing. This is replaced by the new ``password-secret`` +option which lets the password be securely provided on the command +line using a ``secret`` object instance. + QEMU Machine Protocol (QMP) commands ------------------------------------ |