1 #from skeleton import skeleton
5 Console to $machine.name
10 <p>Here is a console to ${machine.name}.</p>
11 <APPLET CODE="VncViewer.class" ARCHIVE="../VncViewer.jar"
12 WIDTH="800" HEIGHT="632">
13 <PARAM NAME="PASSWORD" VALUE="moocow">
14 <PARAM NAME="PORT" VALUE="10003">
15 <PARAM NAME="HOST" VALUE="$hostname">
16 <PARAM NAME="VMNAME" VALUE="$machine.name">
17 <PARAM NAME="AUTHTOKEN" VALUE="$authtoken">
18 <PARAM NAME="SocketFactory" VALUE="VNCProxyConnectSocketFactory">
21 java VncViewer HOST black-mesa PORT 10003 VMNAME tabbott_test AUTHTOKEN quentin SocketFactory VNCProxyConnectSocketFactory