From owner-freebsd-questions@FreeBSD.ORG Sun Dec 3 21:17:37 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3F54716A47C for ; Sun, 3 Dec 2006 21:17:37 +0000 (UTC) (envelope-from illoai@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6300E43CAD for ; Sun, 3 Dec 2006 21:16:59 +0000 (GMT) (envelope-from illoai@gmail.com) Received: by nf-out-0910.google.com with SMTP id x37so3984224nfc for ; Sun, 03 Dec 2006 13:17:24 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=BM3j9TXDpUiqLfsRppAO6JKCQYsA4KVAz2UiQSDhcd45vzGpIyP9WRpwni5t6CPf/Xp+JS3539hPZtxhUCuR9lvyh2YSQy0RYcrpwZIic0Vpf3NcZ4ZNNCnyNHvRGxOIeYqa5dJCSGTwv3t7n+KTYUHqQSL8O3oNa/ah/UnVhE8= Received: by 10.82.129.8 with SMTP id b8mr1352967bud.1165180644304; Sun, 03 Dec 2006 13:17:24 -0800 (PST) Received: by 10.82.175.1 with HTTP; Sun, 3 Dec 2006 13:17:24 -0800 (PST) Message-ID: Date: Sun, 3 Dec 2006 15:17:24 -0600 From: "illoai@gmail.com" To: "Erik Norgaard" In-Reply-To: <45733A53.6030506@locolomo.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <45733A53.6030506@locolomo.org> Cc: FreeBSD Questions Subject: Re: Changing password for GELI encrypted diskpartitions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Dec 2006 21:17:37 -0000 On 12/3/06, Erik Norgaard typed: > The man page doesn't seem to say anything about this: How do you change > the pass phrase for an encrypted partition (geli)? > . . . > > Secondly: Is the passphrase protecting the key file or the partition > itself? (just for curriosity). >From a cursory scan, it would appear that the passphrase protects the key file (which then protects the partition?), and that the passphrase is changed via delkey & setkey. Hopefully someone more knowledgeable can shed some more light. -- --