doc: improve VNC/SPICE password documentation
If the passwd attribute is set to empty string it disables VNC/SPICE access to the guest. Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
This commit is contained in:
parent
a4ec42805c
commit
425a6837a6
@ -5518,12 +5518,13 @@ qemu-kvm -net nic,model=? /dev/null
|
|||||||
should be auto-allocated). The <code>autoport</code> attribute is
|
should be auto-allocated). The <code>autoport</code> attribute is
|
||||||
the new preferred syntax for indicating auto-allocation of the TCP
|
the new preferred syntax for indicating auto-allocation of the TCP
|
||||||
port to use. The <code>passwd</code> attribute provides a VNC
|
port to use. The <code>passwd</code> attribute provides a VNC
|
||||||
password in clear text. The <code>keymap</code> attribute specifies
|
password in clear text. If the <code>passwd</code> attribute is
|
||||||
the keymap to use. It is possible to set a limit on the validity of
|
set to an empty string, then VNC access is disabled. The
|
||||||
the password by giving an timestamp
|
<code>keymap</code> attribute specifies the keymap to use. It is
|
||||||
<code>passwdValidTo='2010-04-09T15:51:00'</code> assumed to be
|
possible to set a limit on the validity of the password by giving
|
||||||
in UTC. The <code>connected</code> attribute allows control of
|
an timestamp <code>passwdValidTo='2010-04-09T15:51:00'</code>
|
||||||
connected client during password changes. VNC accepts
|
assumed to be in UTC. The <code>connected</code> attribute allows
|
||||||
|
control of connected client during password changes. VNC accepts
|
||||||
<code>keep</code> value only <span class="since">since 0.9.3</span>.
|
<code>keep</code> value only <span class="since">since 0.9.3</span>.
|
||||||
NB, this may not be supported by all hypervisors.
|
NB, this may not be supported by all hypervisors.
|
||||||
</p>
|
</p>
|
||||||
@ -5559,11 +5560,13 @@ qemu-kvm -net nic,model=? /dev/null
|
|||||||
an alternative secure port number. The <code>autoport</code>
|
an alternative secure port number. The <code>autoport</code>
|
||||||
attribute is the new preferred syntax for indicating
|
attribute is the new preferred syntax for indicating
|
||||||
auto-allocation of needed port numbers. The <code>passwd</code>
|
auto-allocation of needed port numbers. The <code>passwd</code>
|
||||||
attribute provides a SPICE password in clear text. The
|
attribute provides a SPICE password in clear text. If the
|
||||||
<code>keymap</code> attribute specifies the keymap to use. It is
|
<code>passwd</code> attribute is set to an empty string, then
|
||||||
possible to set a limit on the validity of the password by giving
|
SPICE access is disabled. The <code>keymap</code> attribute
|
||||||
an timestamp <code>passwdValidTo='2010-04-09T15:51:00'</code>
|
specifies the keymap to use. It is possible to set a limit on
|
||||||
assumed to be in UTC.
|
the validity of the password by giving an timestamp
|
||||||
|
<code>passwdValidTo='2010-04-09T15:51:00'</code> assumed to be
|
||||||
|
in UTC.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
The <code>connected</code> attribute allows control of connected
|
The <code>connected</code> attribute allows control of connected
|
||||||
|
Loading…
x
Reference in New Issue
Block a user