From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mail.saout.de (Postfix) with ESMTP for ; Sat, 6 Mar 2010 21:41:09 +0100 (CET) Received: from int-mx05.intmail.prod.int.phx2.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.18]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o26Kf8No024735 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Sat, 6 Mar 2010 15:41:08 -0500 Received: from [10.36.4.138] (vpn1-4-138.ams2.redhat.com [10.36.4.138]) by int-mx05.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o26Kf7Li016129 for ; Sat, 6 Mar 2010 15:41:08 -0500 Message-ID: <4B92BDE3.4060502@redhat.com> Date: Sat, 06 Mar 2010 21:41:07 +0100 From: Milan Broz MIME-Version: 1.0 References: <4B92A5AF.4040601@redhat.com> <20100306201802.GA6579@fancy-poultry.org> In-Reply-To: <20100306201802.GA6579@fancy-poultry.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [dm-crypt] LUKS password forgoten, any way how to change it? List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: dm-crypt@saout.de On 03/06/2010 09:18 PM, Heinz Diehl wrote: > On 06.03.2010, Milan Broz wrote: > >> dmsetup table --showkeys > > The manpage of my "dmsetup" doesn't know about the --showkeys switch at all. > Nevertheless, it works. So how should one know... :-/ Ah, it is not even in CVS. I'll fix this upstream. This option was added later because "dmsetup table" output can be in various system reports (like sosreport, lvmdump) and it would be really stupid to leak master key this way:-) Thanks for reporting this. Milan