Set SPICE Password2011/07/11 |
The Settings of SPICE is minimum,
so in addition to it, Set SPICE Password.
|
|
[1] | Change the setting of Virtual Machine |
[root@dlp ~]#
virsh edit www
# add passwd='(your password)' in "graphics" section <graphics type='spice' port='5930' autoport='no' listen='0.0.0.0' passwd='password' />
virsh start www Domain www started |
For Linux client, Input like follows and connect. |
[root@www ~]# /usr/libexec/spicec -h 10.0.0.30 -p 5930 -w password
# -h KVM Host# -p Port # -w SPICE password |
For Windows client, Input your password in 'password' field and connect like follows. |
Sponsored Link |