From owner-freebsd-questions@FreeBSD.ORG Tue Mar 28 18:37:44 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 796E816A438; Tue, 28 Mar 2006 18:37:44 +0000 (UTC) (envelope-from user@dhp.com) Received: from shell.dhp.com (shell.dhp.com [199.245.105.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4484443E84; Tue, 28 Mar 2006 18:36:48 +0000 (GMT) (envelope-from user@dhp.com) Received: by shell.dhp.com (Postfix, from userid 896) id E061531357; Tue, 28 Mar 2006 13:36:37 -0500 (EST) Date: Tue, 28 Mar 2006 13:36:37 -0500 (EST) From: Ensel Sharon To: Christian Laursen In-Reply-To: <86acba5ve4.fsf@borg.borderworlds.dk> Message-ID: 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 18:37:44 -0000 On Tue, 28 Mar 2006, Christian Laursen wrote: > 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. Can you elaborate, or point me to a document that describes using geom_gate ? My only exposure to these things was with the GBDE HOWTO: http://0x06.sigabrt.de/howtos/freebsd_encrypted_image_howto.html Thanks.