From owner-freebsd-questions@FreeBSD.ORG Thu Dec 9 05:20:23 2010 Return-Path: Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9527A106566B for ; Thu, 9 Dec 2010 05:20:23 +0000 (UTC) (envelope-from andre@drenet.homelinux.net) Received: from mail-qy0-f177.google.com (mail-qy0-f177.google.com [209.85.216.177]) by mx1.freebsd.org (Postfix) with ESMTP id 551218FC15 for ; Thu, 9 Dec 2010 05:20:21 +0000 (UTC) Received: by qyk27 with SMTP id 27so1555334qyk.15 for ; Wed, 08 Dec 2010 21:20:20 -0800 (PST) MIME-Version: 1.0 Received: by 10.229.104.211 with SMTP id q19mr7768215qco.135.1291870327475; Wed, 08 Dec 2010 20:52:07 -0800 (PST) Received: by 10.229.68.217 with HTTP; Wed, 8 Dec 2010 20:52:07 -0800 (PST) X-Originating-IP: [216.110.94.228] Date: Wed, 8 Dec 2010 22:52:07 -0600 Message-ID: From: Andre Goree To: freebsd-questions@FreeBSD.ORG Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Disk encryption on a headless box? 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: Thu, 09 Dec 2010 05:20:23 -0000 I was looking at encrypting my data on a headless server I have, and found a good tutorial using ZFS+geli. Easy enough to setup, but one thing I just realized is that I wouldn't be able to enter the passphrase on the server since I keep it headless. I wonder if there is some type of encryption I can use that does not require entering a passphrase. For example, perhaps I can set it up in a way that it'll automatically read from certain files on a thumb drive?