--- src/virtManager/console.py.orig 2009-12-10 12:16:57.000000000 +0100 +++ src/virtManager/console.py 2009-12-10 12:19:46.209300762 +0100 @@ -506,7 +506,7 @@ if username: argv += ['-l', username] - argv += [ server, "nc", vncaddr, str(vncport) ] + argv += [ server, "nc", "-q", "0", vncaddr, str(vncport) ] logging.debug("Creating SSH tunnel: %s" % argv)