Changeset 2492


Ignore:
Timestamp:
Sep 28, 2009, 11:28:28 PM (15 years ago)
Author:
broder
Message:

Revert punting the "moocow" password in invirt-web and
invirt-vnc-client, since we can't change the VNC passwod of running
VMs.

This reverts parts of commit r2487

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/invirt-web/code/templates/vnc.tmpl

    r2487 r2492  
    1616<APPLET CODE="VncViewer.class" ARCHIVE="https://$hostname:446/static/VncViewer.jar"
    1717        WIDTH="100%" HEIGHT="1000">
     18<PARAM NAME="PASSWORD" VALUE="moocow">
    1819<PARAM NAME="PORT" VALUE="$port">
    1920<PARAM NAME="HOST" VALUE="$hostname">
  • trunk/packages/invirt-web/debian/changelog

    r2487 r2492  
     1invirt-web (0.0.23) unstable; urgency=low
     2
     3  * Revert 0.0.22, since running VMs still have a password set.
     4
     5 -- Evan Broder <broder@mit.edu>  Mon, 28 Sep 2009 23:24:00 -0400
     6
    17invirt-web (0.0.22) unstable; urgency=low
    28
  • trunk/scripts/vnc-client/invirt-vnc-client

    r2487 r2492  
    202202        reactor.listenTCP(listen[1], ProxyFactory(connect_host, connect_port, authtoken, machine))
    203203   
    204     print "Ready to connect. Connect to %s:%s (display %d) now with your VNC"
    205     print "client. There should be no password." % (listen[0], listen[1], listen[1]-5900)
     204    print "Ready to connect. Connect to %s:%s (display %d) now with your VNC client. The password is 'moocow'." % (listen[0], listen[1], listen[1]-5900)
    206205    print "You must connect before your authentication token expires at %s." % \
    207206          (time.ctime(token_expires))
Note: See TracChangeset for help on using the changeset viewer.