aboutsummaryrefslogtreecommitdiffstats
path: root/tools/examples/xmexample.hvm
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-10-20 09:50:09 +0100
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-10-20 09:50:09 +0100
commit6c96f333167552e4ad7bed79250054155fbaef75 (patch)
treed151cadb0643750de884071c48c43c6fb260556d /tools/examples/xmexample.hvm
parenta75c9af600f0f92d882477dc33c8a5fbe225d37c (diff)
downloadxen-6c96f333167552e4ad7bed79250054155fbaef75.tar.gz
xen-6c96f333167552e4ad7bed79250054155fbaef75.tar.bz2
xen-6c96f333167552e4ad7bed79250054155fbaef75.zip
[HVM] Implement password authentication of VNC connections.
The specification is as mentioned at http://lists.xensource.com/archives/html/xen-devel/2006-09/msg00666.html (However, password came to describe plain text) The difference is follows. - protocol_authtype() without the necessity was deleted. - The check on the protocol version was added. - And, some small modification. Signed-off-by: Masami Watanabe <masami.watanabe@jp.fujitsu.com>
Diffstat (limited to 'tools/examples/xmexample.hvm')
-rw-r--r--tools/examples/xmexample.hvm5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/examples/xmexample.hvm b/tools/examples/xmexample.hvm
index cc683d42c2..20b58af44b 100644
--- a/tools/examples/xmexample.hvm
+++ b/tools/examples/xmexample.hvm
@@ -150,6 +150,11 @@ vnc=1
#vncconsole=0
#----------------------------------------------------------------------------
+# set password for domain's VNC console
+# default is depents on vncpasswd in xend-config.sxp
+vncpasswd=''
+
+#----------------------------------------------------------------------------
# no graphics, use serial port
#nographic=0