From owner-freebsd-questions@FreeBSD.ORG Thu May 28 10:53:16 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 8C58C106567B for ; Thu, 28 May 2009 10:53:16 +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 3C9258FC27 for ; Thu, 28 May 2009 10:53:14 +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 n4SAnEhM056699 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 28 May 2009 17:49:14 +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 n4SArD5G046750; Thu, 28 May 2009 17:53:13 +0700 (ICT) (envelope-from on) Date: Thu, 28 May 2009 17:53:13 +0700 (ICT) Message-Id: <200905281053.n4SArD5G046750@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:46:47 +0200 (CEST)) References: <200905281030.n4SAUXdA046386@banyan.cs.ait.ac.th> <200905281041.n4SAfTHw046546@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:53:17 -0000 > >> use rsh and .rhosts :) > > > > I do that already, not really what I call secure ;) > > Could you please explain why it is not secure in your case? > > I don't know exactly the environment in your case so i can't answer for > sure, but most probably it's perfectly secure. Because rsh/rlogin etc. is unsecure in any case. I don't remember the details, I think it has to do with the way it checks (or do not check) that the hosts are the one they pretend they are. Olivier