From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KtKRT-0001xU-N9 for qemu-devel@nongnu.org; Fri, 24 Oct 2008 07:02:55 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KtKRS-0001wk-4S for qemu-devel@nongnu.org; Fri, 24 Oct 2008 07:02:55 -0400 Received: from [199.232.76.173] (port=39958 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KtKRR-0001wc-NV for qemu-devel@nongnu.org; Fri, 24 Oct 2008 07:02:53 -0400 Received: from smtp4-g19.free.fr ([212.27.42.30]:46783) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KtKRR-0006Cm-96 for qemu-devel@nongnu.org; Fri, 24 Oct 2008 07:02:53 -0400 Received: from smtp4-g19.free.fr (localhost.localdomain [127.0.0.1]) by smtp4-g19.free.fr (Postfix) with ESMTP id 818F93EA0E7 for ; Fri, 24 Oct 2008 13:02:52 +0200 (CEST) Received: from laptop (vaf26-2-82-244-111-82.fbx.proxad.net [82.244.111.82]) by smtp4-g19.free.fr (Postfix) with ESMTP id 3F8A93EA0DD for ; Fri, 24 Oct 2008 13:02:51 +0200 (CEST) In-Reply-To: <1224776736.4112.17.camel@frecb07144> Subject: Re: [Qemu-devel] Re: VNC Password From: "=?windows-1252?q?Fran=E7ois?= Revol" Date: Fri, 24 Oct 2008 13:06:40 +0200 CEST Message-Id: <583674080-BeMail@laptop> Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: quoted-printable 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 > > When I want to specify passwords on command line I usually do > > something > > like: > > > > read p > > qemu ...,$p > > > > That makes sure it's not stored in the history. > > but everyone can see it with a "ps -ef". Wait, you mean you're not alone on your own box =3F Indeed, won't work that way... I suppose you won't work around adding some code then. Fran=E7ois.