From owner-freebsd-questions@FreeBSD.ORG Thu May 28 10:41:33 2009 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 0F1C21065680 for ; Thu, 28 May 2009 10:41:33 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.freebsd.org (Postfix) with ESMTP id 6C0388FC15 for ; Thu, 28 May 2009 10:41:32 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) by mail.cs.ait.ac.th (8.13.1/8.13.1) with ESMTP id n4SAbUQC056221 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 28 May 2009 17:37:30 +0700 (ICT) (envelope-from on@cs.ait.ac.th) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.14.3/8.14.3/Submit) id n4SAfTHw046546; Thu, 28 May 2009 17:41:29 +0700 (ICT) (envelope-from on) Date: Thu, 28 May 2009 17:41:29 +0700 (ICT) Message-Id: <200905281041.n4SAfTHw046546@banyan.cs.ait.ac.th> From: Olivier Nicole To: wojtek@wojtek.tensor.gdynia.pl In-reply-to: (message from Wojciech Puchar on Thu, 28 May 2009 12:34:58 +0200 (CEST)) References: <200905281030.n4SAUXdA046386@banyan.cs.ait.ac.th> X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Cc: freebsd-questions@freebsd.org Subject: Re: Remotely edit user disk quota 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, 28 May 2009 10:41:33 -0000 > > How could I nicely and securely connect from the script on the web > > server to the file server, in order to edit the quota? It should be > use rsh and .rhosts :) I do that already, not really what I call secure ;) As I put up a new machine, I'd prefer something else. Olivier