From owner-freebsd-questions@FreeBSD.ORG Tue Mar 28 17:39:51 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6F9B16A4F2; Tue, 28 Mar 2006 17:39:51 +0000 (UTC) (envelope-from xi@borderworlds.dk) Received: from ferengi.borderworlds.dk (ferengi.borderworlds.dk [80.166.152.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id D09E144438; Tue, 28 Mar 2006 17:31:42 +0000 (GMT) (envelope-from xi@borderworlds.dk) Received: from borg.borderworlds.dk (localhost [127.0.0.1]) by ferengi.borderworlds.dk (Postfix) with ESMTP id DD983B810; Tue, 28 Mar 2006 19:31:01 +0200 (CEST) Received: by borg.borderworlds.dk (Postfix, from userid 1001) id 0AB88B8F3; Tue, 28 Mar 2006 19:31:00 +0200 (CEST) To: Ensel Sharon References: From: Christian Laursen Date: Tue, 28 Mar 2006 19:30:59 +0200 In-Reply-To: (Ensel Sharon's message of "Mon, 27 Mar 2006 12:45:30 -0500 (EST)") Message-ID: <86acba5ve4.fsf@borg.borderworlds.dk> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org, freebsd-geom@freebsd.org Subject: Re: help needed - GBDE mounts on top of FUSE sshfs (fails) 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: Tue, 28 Mar 2006 17:39:52 -0000 Ensel Sharon writes: > Any comments ? I really want an offsite encrypted volume. I have the > offsite from rsync.net, and the transport is encrypted via sshfs, but I am > paranoid and do not want them (or anyone) to see the contants, so I want > to just upload a single 2gig file and make a GBDE on it. You could probably use geom_gate for it and forward the connection from the local ggatec to the remote ggated via your ssh connection. -- Christian Laursen