From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ksyed-0000IQ-WC for qemu-devel@nongnu.org; Thu, 23 Oct 2008 07:47:04 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ksyea-0000HR-7Q for qemu-devel@nongnu.org; Thu, 23 Oct 2008 07:47:03 -0400 Received: from [199.232.76.173] (port=59976 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ksyea-0000HO-28 for qemu-devel@nongnu.org; Thu, 23 Oct 2008 07:47:00 -0400 Received: from mx2.redhat.com ([66.187.237.31]:47346) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KsyeZ-00049j-Mu for qemu-devel@nongnu.org; Thu, 23 Oct 2008 07:46:59 -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 m9NBkwmA016409 for ; Thu, 23 Oct 2008 07:46:58 -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 m9NBktM7006958 for ; Thu, 23 Oct 2008 07:46:57 -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 m9NBkr33003536 for ; Thu, 23 Oct 2008 07:46:54 -0400 Message-ID: <4900642C.9000506@redhat.com> Date: Thu, 23 Oct 2008 13:46:52 +0200 From: Gerd Hoffmann MIME-Version: 1.0 Subject: Re: [Qemu-devel] VNC Password References: <87skqn7gnt.fsf@alamut.mobiliz.com.tr> In-Reply-To: <87skqn7gnt.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 > I use "-monitor stdio -vnc localhost:1" arguments to start qemu from > command line and connect to the related qemu instance using a vnc > viewer. Despite I know it's possible to use something like "-vnc > localhost:1,password=foo", I don't want to type password in the command > line. (Neither using "change vnc password" in the qemu command line is > very practical when you're starting related qemu instance as a daemon.) 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. cheers, Gerd