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

Punt the "moocow" VNC password - it's dumb, and we already have our
own authentication mechanism (that uses real authentication).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/scripts/vnc-client/invirt-vnc-client

    r2096 r2487  
    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 client. The password is 'moocow'." % (listen[0], listen[1], listen[1]-5900)
     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)
    205206    print "You must connect before your authentication token expires at %s." % \
    206207          (time.ctime(token_expires))
Note: See TracChangeset for help on using the changeset viewer.