Revision 86ee5bc3

b/qemu-options.hx
1030 1030
@item password
1031 1031

  
1032 1032
Require that password based authentication is used for client connections.
1033
The password must be set separately using the @code{change} command in the
1034
@ref{pcsys_monitor}
1033

  
1034
The password must be set separately using the @code{set_password} command in
1035
the @ref{pcsys_monitor}. The syntax to change your password is:
1036
@code{set_password <protocol> <password>} where <protocol> could be either
1037
"vnc" or "spice".
1038

  
1039
If you would like to change <protocol> password expiration, you should use
1040
@code{expire_password <protocol> <expiration-time>} where expiration time could
1041
be one of the following options: now, never, +seconds or UNIX time of
1042
expiration, e.g. +60 to make password expire in 60 seconds, or 1335196800
1043
to make password expire on "Mon Apr 23 12:00:00 EDT 2012" (UNIX time for this
1044
date and time).
1045

  
1046
You can also use keywords "now" or "never" for the expiration time to
1047
allow <protocol> password to expire immediately or never expire.
1035 1048

  
1036 1049
@item tls
1037 1050

  

Also available in: Unified diff