From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kszkx-0003ex-87 for qemu-devel@nongnu.org; Thu, 23 Oct 2008 08:57:39 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kszkv-0003dK-CC for qemu-devel@nongnu.org; Thu, 23 Oct 2008 08:57:38 -0400 Received: from [199.232.76.173] (port=60776 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kszkv-0003d6-1P for qemu-devel@nongnu.org; Thu, 23 Oct 2008 08:57:37 -0400 Received: from mx2.redhat.com ([66.187.237.31]:47905) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Kszku-000752-L9 for qemu-devel@nongnu.org; Thu, 23 Oct 2008 08:57:36 -0400 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id m9NCvZcT029091 for ; Thu, 23 Oct 2008 08:57:35 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m9NCvZwf022441 for ; Thu, 23 Oct 2008 08:57:35 -0400 Received: from zweiblum.travel.kraxel.org (vpn-4-156.str.redhat.com [10.32.4.156]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id m9NCvXbo011790 for ; Thu, 23 Oct 2008 08:57:34 -0400 Message-ID: <490074BD.6010403@redhat.com> Date: Thu, 23 Oct 2008 14:57:33 +0200 From: Gerd Hoffmann MIME-Version: 1.0 Subject: Re: [Qemu-devel] Re: VNC Password References: <87skqn7gnt.fsf@alamut.mobiliz.com.tr> <4900642C.9000506@redhat.com> <87y70f5xao.fsf_-_@alamut.mobiliz.com.tr> In-Reply-To: <87y70f5xao.fsf_-_@alamut.mobiliz.com.tr> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Volkan YAZICI wrote: > On Thu, 23 Oct 2008, Gerd Hoffmann writes: >> >> You might want to check out http://dl.bytesex.org/releases/qemu-gtk/ >> then. It can deal with "-vnc $host:$display,password" just fine. Sets >> a random password via monitor, then connects to the vnc server using the >> password just set. Password is never stored anywhere, it sets a new >> random one each time you start the ui to see the screen of your VM. >> > > That's not something I'd want to use while I'm trying to get rid of any > kind of X dependencies. qemu-gtk can handle that remotely too. monitor must listen on tcp then though, which you might not want to do for security reasons ... Back to the original question: read password from file isn't implemented as far I know. cheers, Gerd