[Qemu-devel] [PATCH] Let user set vnc password from command line or file

2008-01-06 Thread Leandro Dardini
Here is a little patch to let the user specify the vnc server password in the command line (yes, it is visible with the ps command) or via an external file (better choice). This adds two new arguments, -vnc-password and -vnc-password-file. The file containing the vnc password is in clear.

Re: [Qemu-devel] [PATCH] Let user set vnc password from command line or file

2008-01-06 Thread Daniel P. Berrange
On Sun, Jan 06, 2008 at 11:45:58AM +0100, Leandro Dardini wrote: Here is a little patch to let the user specify the vnc server password in the command line (yes, it is visible with the ps command) or via an external file (better choice). This adds two new arguments, -vnc-password and