From owner-freebsd-questions@freebsd.org Fri Sep 30 07:28:47 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AEA9AC031DB for ; Fri, 30 Sep 2016 07:28:47 +0000 (UTC) (envelope-from erichsfreebsdlist@alogt.com) Received: from alogt.com (alogt.com [69.36.191.58]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8D40D302 for ; Fri, 30 Sep 2016 07:28:47 +0000 (UTC) (envelope-from erichsfreebsdlist@alogt.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=alogt.com; s=default; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References: In-Reply-To:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=7VgnRiMdmAiuvw94eqJkYpom+qttpfeSkPQohJ97dGI=; b=I/BX1ZhUKHp0Bes+iUx/D5mUkp B/rwQqxkbX+f/pKQOnT1eb7gt8kr+oPYBfWsRr5hbreomtvbvqZeXuSLp0gxtmwt7NtCk1Ccgf9IW KuB6UuM/piO1zORYngUP51GB4J2+Z0S04zqkIaWLXhSDcTPINyoBbf4JRrkX6LhcjZWE=; Received: from subs08-103-10-67-169.three.co.id ([103.10.67.169]:30269 helo=X220.alogt.com) by sl-508-2.slc.westdc.net with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.87) (envelope-from ) id 1bpsFM-0034U3-2G; Fri, 30 Sep 2016 01:28:40 -0600 Date: Fri, 30 Sep 2016 15:28:31 +0800 From: Erich Dollansky To: Chris Stankevitz Cc: FreeBSD Questions Subject: Re: Using GPT labels in rc.conf's geli_devices and geli_flags Message-ID: <20160930152831.0c563e16@X220.alogt.com> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - sl-508-2.slc.westdc.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - alogt.com X-Get-Message-Sender-Via: sl-508-2.slc.westdc.net: authenticated_id: erichsfreebsdlist@alogt.com X-Authenticated-Sender: sl-508-2.slc.westdc.net: erichsfreebsdlist@alogt.com X-Source: X-Source-Args: X-Source-Dir: X-Mailman-Approved-At: Fri, 30 Sep 2016 11:55:15 +0000 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2016 07:28:47 -0000 Hi, On Thu, 29 Sep 2016 17:05:53 -0700 Chris Stankevitz wrote: > A2: geli_/dev/gpt/ABCD_flags="-k /root/ABCD.key" (I'm sure this is > wrong) what didn't I get? You encrypt but leave the keys on the machine? Erich