From owner-freebsd-questions@FreeBSD.ORG Sun Nov 27 20:45:02 2005 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 C4C8A16A41F for ; Sun, 27 Nov 2005 20:45:02 +0000 (GMT) (envelope-from lars@adventuras.no) Received: from mail.adventuras.no (mail.adventuras.no [194.63.250.215]) by mx1.FreeBSD.org (Postfix) with ESMTP id BEC5243D64 for ; Sun, 27 Nov 2005 20:44:47 +0000 (GMT) (envelope-from lars@adventuras.no) Received: from mail.adventuras.no (seven [127.0.0.1]) by mail.adventuras.no (8.12.10/8.12.10) with ESMTP id jARKiFjt021834 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Sun, 27 Nov 2005 21:44:15 +0100 Received: (from apache@localhost) by mail.adventuras.no (8.12.10/8.12.10/Submit) id jARKiFLC021832; Sun, 27 Nov 2005 21:44:15 +0100 Received: from 213.236.228.129 (SquirrelMail authenticated user lars) by mail.adventuras.no with HTTP; Sun, 27 Nov 2005 21:44:15 +0100 (CET) Message-ID: <34594.213.236.228.129.1133124255.squirrel@mail.adventuras.no> In-Reply-To: <4389D417.3040400@telia.com> References: <4389D417.3040400@telia.com> Date: Sun, 27 Nov 2005 21:44:15 +0100 (CET) From: "Lars Kristiansen" To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.4-1 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Adventuras-MailScanner-Information: Please contact the ISP for more information X-Adventuras: du kan filtrere etter AdvSpamScore over 5-10 X-Adventuras-SpamCheck: not spam, SpamAssassin (score=-4.399, required 6, autolearn=not spam, ALL_TRUSTED -1.80, BAYES_00 -2.60) X-MailScanner-From: lars@adventuras.no Subject: Re: Trying to use port/security/cfs... 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, 27 Nov 2005 20:45:02 -0000 > Hi. > > I've done everything specified in the manual. > It seems to work. /crypt is mounted as nfs.. > Created a sample dir with cmkdir and cattach-ed it > This is really stupid but I can't for the life of me > figure out how to encrypt my data and get it into my sample dir. > The man page for cmkdir states that I should not write directly to the > dir... Hi! My favourite way to use cfs is with this shellscript that is bundled with it: /usr/local/bin/cfssh -- Lars