From owner-freebsd-geom@FreeBSD.ORG Thu Mar 2 15:53:12 2006 Return-Path: X-Original-To: freebsd-geom@freebsd.org Delivered-To: freebsd-geom@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 190FC16A420; Thu, 2 Mar 2006 15:53:12 +0000 (GMT) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from out4.smtp.messagingengine.com (out4.smtp.messagingengine.com [66.111.4.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6DF043D46; Thu, 2 Mar 2006 15:53:11 +0000 (GMT) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from frontend1.internal (mysql-sessions.internal [10.202.2.149]) by frontend1.messagingengine.com (Postfix) with ESMTP id 69FF5D39198; Thu, 2 Mar 2006 10:53:10 -0500 (EST) Received: from frontend2.messagingengine.com ([10.202.2.151]) by frontend1.internal (MEProxy); Thu, 02 Mar 2006 10:53:10 -0500 X-Sasl-enc: Pu3Wo8BUXh74bA0p23O1NPWc0/Hbey/JRvOU1gxsKf1e 1141314789 Received: from gumby.localdomain (bb-87-81-140-128.ukonline.co.uk [87.81.140.128]) by frontend2.messagingengine.com (Postfix) with ESMTP id 9C22658072B; Thu, 2 Mar 2006 10:53:09 -0500 (EST) From: RW To: freebsd-geom@freebsd.org Date: Thu, 2 Mar 2006 15:52:58 +0000 User-Agent: KMail/1.9.1 References: <20060208201852.GA732@garage.freebsd.pl> In-Reply-To: <20060208201852.GA732@garage.freebsd.pl> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200603021553.02591.list-freebsd-2004@morbius.sent.com> Cc: Pawel Jakub Dawidek Subject: Re: -p with GELI X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Mar 2006 15:53:12 -0000 On Wednesday 08 February 2006 20:18, Pawel Jakub Dawidek wrote: > On Wed, Feb 08, 2006 at 08:56:27PM +0100, Christian Baer wrote: > +> Hi folks! > +> > +> Is there some way to make GELI do the same this as GBDE does when the -p > +> (small 'p') is used? The idea is to run GELI in a script, ask for the > +> passphrase once and then attach, check and mount several providers with > +> the same passphrase automatically. > > The '-p' option is gbde(8) is actually only for debug purposes, as other > users can see it in ps(1) output (if not configured otherwise) and the > passphrase will be logged via audit mechanism which is currenty merged > to the tree. Is there any work-around for this in gdbe? I currently use the -p option to avoid all the typing. I'm not too worried about ps, but having the passphrase turn-up in a log file is a different matter.