Hi, This patch series adds a new monitor command to set the password with optional expiry time for spice and vnc remote desktop connections.
The patches are also available in the git repository at: git://anongit.freedesktop.org/spice/qemu passwd.1 Gerd Hoffmann (3): vnc: auth reject cleanup vnc: support password expire vnc/spice: add set_passwd monitor command. console.h | 2 +- hmp-commands.hx | 23 ++++++++++++++++++++ monitor.c | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++++- ui/qemu-spice.h | 3 ++ ui/spice-core.c | 7 ++++++ ui/vnc.c | 43 +++++++++++++++++++++++--------------- ui/vnc.h | 1 + 7 files changed, 120 insertions(+), 20 deletions(-)