From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: Key 69096DFDD7028BEDACC5884BC5E051C79C0BECDB "Key has been compromised" Date: Mon, 27 Feb 2017 18:41:48 -0500 Message-ID: <20170227234148.GA13106@jasmine> References: <20170227232542.GA7070@jasmine> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55805) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ciUvV-0002ca-1e for guix-devel@gnu.org; Mon, 27 Feb 2017 18:41:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ciUvQ-0004HB-5h for guix-devel@gnu.org; Mon, 27 Feb 2017 18:41:57 -0500 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:57534) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ciUvP-0004Gk-W9 for guix-devel@gnu.org; Mon, 27 Feb 2017 18:41:52 -0500 Content-Disposition: inline In-Reply-To: <20170227232542.GA7070@jasmine> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: David Craven Cc: guix-devel@gnu.org On Mon, Feb 27, 2017 at 06:25:42PM -0500, Leo Famulari wrote: > In a message on February 3 you said, "Can I regenerate a pgp key? I > think my keys where in the gnome keyring or something, backing up > ~/.gnupg/secring.pgp didn't keep my keys :/" [0] Also, I'm not sure which version of GnuPG you were using, but the 2.1 series does not use '$GNUPGHOME/secring.gpg'. It uses '$GNUPGHOME/private-keys-v1.d' [0]. So, you could lose your private key if you updated from an earlier series and then tried to migrate your installation by coping secring.gpg. [0] https://www.gnupg.org/documentation/manuals/gnupg/GPG-Configuration.html#index-secring_002egpg-506 https://www.gnupg.org/documentation/manuals/gnupg/GPG-Configuration-Options.html#index-secret_002dkeyring-304