From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MtjRo-0008Df-C3 for qemu-devel@nongnu.org; Fri, 02 Oct 2009 10:49:28 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MtjRj-00088c-QE for qemu-devel@nongnu.org; Fri, 02 Oct 2009 10:49:27 -0400 Received: from [199.232.76.173] (port=58229 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MtjRj-00088T-Gr for qemu-devel@nongnu.org; Fri, 02 Oct 2009 10:49:23 -0400 Received: from mail2.shareable.org ([80.68.89.115]:42371) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MtjRi-0001oj-4t for qemu-devel@nongnu.org; Fri, 02 Oct 2009 10:49:23 -0400 Date: Fri, 2 Oct 2009 15:49:16 +0100 From: Jamie Lokier Subject: Re: [Qemu-devel] [PATCH] let management expire vnc password Message-ID: <20091002144916.GC20319@shareable.org> References: <1253609255-13016-1-git-send-email-danken@redhat.com> <4AC361E8.6060907@codemonkey.ws> <20090930140312.GB5408@redhat.com> <4AC36E81.901@codemonkey.ws> <20090930164553.GA8310@redhat.com> <4AC3C798.2090703@codemonkey.ws> <20091002095837.GB21416@redhat.com> <4AC603A9.1050208@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4AC603A9.1050208@codemonkey.ws> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu-devel@nongnu.org, Dan Kenigsberg Anthony Liguori wrote: > A one time password does make a bit more sense to me but I wonder if > that still satisfies the use case. The way I read it, the use case required a one time password with an expiry time. Expiry is easily implemented by the management tool if there's a way to disable new connections. -- Jamie