[
https://issues.apache.org/jira/browse/CLOUDSTACK-6301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13950930#comment-13950930
]
John Kinsella commented on CLOUDSTACK-6301:
-------------------------------------------
I'm unable to reproduce this. If you are using dumpxml, make sure you pass
"--security-info" or password will not be displayed.
On a rebooted KVM VM on an ACS 4.2 agent:
# virsh dumpxml 23 |grep pass
# virsh dumpxml 23 --security-info|grep pass
<graphics type='vnc' port='5909' autoport='yes' listen='0.0.0.0'
passwd='bb28fffff84e09a1'>
> kvm : vnc password is disabled when rebooted
> --------------------------------------------
>
> Key: CLOUDSTACK-6301
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-6301
> Project: CloudStack
> Issue Type: Bug
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Components: KVM
> Affects Versions: 4.2.0
> Reporter: Francois Scala
> Assignee: John Kinsella
> Labels: security
>
> When a VM is rebooted from the cloudstack GUI, the xml recreated without the
> vnc password.
> Here is the libvirt vnc configuration from a running vm :
> <graphics type='vnc' port='-1' autoport='yes' listen='0.0.0.0'
> passwd='a671096d9ecda37e'>
> <listen type='address' address='0.0.0.0'/>
> </graphics>
> The same configuration afger a reboot :
> <graphics type='vnc' port='-1' autoport='yes' listen='0.0.0.0'>
> <listen type='address' address='0.0.0.0'/>
> </graphics>
--
This message was sent by Atlassian JIRA
(v6.2#6252)