Hi,
I have a doubt about Windows contextualization in KVM. For contextualization works, the contextualization script make a CDROM with file context.sh, where is the parameters of context.
The problem specified is the PASSWORD option. In Linux, this option can suppressed using ssh keys, but for windows it’s mandatory, for avoid default password. And the password is there, in clear text (even if you use base64, is of easy decoding). Any user of VM can read context.sh and get context parameters, includind the password.
A simple solution it seems to me be eject CDROM after apply context options. Would this bring any problem?
What do you think about this?