Changeset 2487 for trunk/scripts/vnc-client
- Timestamp:
- Sep 28, 2009, 9:26:38 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/scripts/vnc-client/invirt-vnc-client
r2096 r2487 202 202 reactor.listenTCP(listen[1], ProxyFactory(connect_host, connect_port, authtoken, machine)) 203 203 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) 205 206 print "You must connect before your authentication token expires at %s." % \ 206 207 (time.ctime(token_expires))
Note: See TracChangeset
for help on using the changeset viewer.