From owner-freebsd-stable@FreeBSD.ORG Tue Feb 4 19:36:09 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 43EE074E for ; Tue, 4 Feb 2014 19:36:09 +0000 (UTC) Received: from mail-pd0-x234.google.com (mail-pd0-x234.google.com [IPv6:2607:f8b0:400e:c02::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1D2291208 for ; Tue, 4 Feb 2014 19:36:09 +0000 (UTC) Received: by mail-pd0-f180.google.com with SMTP id x10so8610482pdj.25 for ; Tue, 04 Feb 2014 11:36:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=IAmL2MMufFds2PbiVQtRAKurBQ5O2qrXhTwNwavXWxU=; b=Bzdxf6Sdqa2rM0OUePhJEXOGSie9VtydmVdoqeR7hoMLF8CvYZOyLn3/JuIrFoY7uA pe66E4NOxkpmIoB8GTKwErX+YkN9yOeiGSOYEdIEXQS9FPUZNV0+X58KZPThz9uL29/V jT7R7zGfl2IpAtEfOcAwWpl0XkXesUdXme9T+OO5bVi/GiewepUvaJ4if4URg8aJScpC ROaJ1C94bMf/3RegIuGbU/Y0gwkuKSMtkF1LrYTwO+4Gvvz1wWqcLM466s+cK0LJuuDe wDjdtyw1TsBrAopkN4//5E5sSPTJ5xmDLHwWe0Y9kvt7P9ce3dzTSS/6DOJgseSi9Occ zfVw== MIME-Version: 1.0 X-Received: by 10.68.189.5 with SMTP id ge5mr45556895pbc.42.1391542568584; Tue, 04 Feb 2014 11:36:08 -0800 (PST) Received: by 10.66.142.167 with HTTP; Tue, 4 Feb 2014 11:36:08 -0800 (PST) Date: Tue, 4 Feb 2014 20:36:08 +0100 Message-ID: Subject: encryption key in a separate USB From: Zenny To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Feb 2014 19:36:09 -0000 Hi: After bitten by the encryption-key-lost situation on two occasions (once while upgrading from 10B3 to 10RC1 http://lists.freebsd.org/pipermail/freebsd-stable/2013-December/076335.html ,and after installing afresh 10.0-RELEASE http://lists.freebsd.org/pipermail/freebsd-stable/2014-February/077195.html ), I am thinking of storing the encryption.key to a separate USB disk. Any hints shall be appreciated! Thanks in advance. /z