Punt the "moocow" VNC password - it's dumb, and we already have our
authorEvan Broder <broder@mit.edu>
Tue, 29 Sep 2009 01:26:38 +0000 (21:26 -0400)
committerEvan Broder <broder@mit.edu>
Tue, 29 Sep 2009 01:26:38 +0000 (21:26 -0400)
own authentication mechanism (that uses real authentication).

svn path=/trunk/scripts/vnc-client/; revision=2487

invirt-vnc-client

index 63d3999..186a0a8 100755 (executable)
@@ -201,7 +201,8 @@ def main():
     else:
         reactor.listenTCP(listen[1], ProxyFactory(connect_host, connect_port, authtoken, machine))
     
     else:
         reactor.listenTCP(listen[1], ProxyFactory(connect_host, connect_port, authtoken, machine))
     
-    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)
+    print "Ready to connect. Connect to %s:%s (display %d) now with your VNC"
+    print "client. There should be no password." % (listen[0], listen[1], listen[1]-5900)
     print "You must connect before your authentication token expires at %s." % \
           (time.ctime(token_expires))
     
     print "You must connect before your authentication token expires at %s." % \
           (time.ctime(token_expires))