02.01.2016 06:38, Rob Browning wrote: > > Package: qemu > Version: 1:2.5+dfsg-1 > Severity: wishlist > > ...or something similar, so that the password isn't plainly visible via > "ps aux", etc., and perhaps wishlist, though IMO somewhat important. > > If I get a chance, I'll dig around; I think I might have worked on some > patches to handle this for vnc a while back, but I can't recall if I > finished them. In any case, don't let that hold up any other work on a > fix.
You can pass spice password using configuration file, eg: qemu... -readconfig spice-passwd.conf ...otheroptions.. spice-passwd.conf: [spice] password = secret The same does not work for vnc, however. Thanks, /mjt

