On 11/21/12 16:37, Martin Kletzander wrote:
The 'virsh domdisplay' command is able to display the
password
configured for spice, but it was missing for vnc type graphics.
This is just a simple patch for that to work properly.
---
tools/virsh-domain.c | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
Wouldn't it be better to put the password before the host
(vnc://:passwd@host:port) so that at least some clients (krdc from the
few that I've tried) can understand the whole URI?
Jan