From owner-freebsd-security Mon Jan 20 14:56:26 2003 Delivered-To: freebsd-security@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A4FA37B401 for ; Mon, 20 Jan 2003 14:56:24 -0800 (PST) Received: from HAL9000.homeunix.com (12-233-57-224.client.attbi.com [12.233.57.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80AEF43F18 for ; Mon, 20 Jan 2003 14:56:23 -0800 (PST) (envelope-from dschultz@uclink.Berkeley.EDU) Received: from HAL9000.homeunix.com (localhost [127.0.0.1]) by HAL9000.homeunix.com (8.12.6/8.12.5) with ESMTP id h0KMuH0L004284; Mon, 20 Jan 2003 14:56:17 -0800 (PST) (envelope-from dschultz@uclink.Berkeley.EDU) Received: (from das@localhost) by HAL9000.homeunix.com (8.12.6/8.12.5/Submit) id h0KMu9NC004283; Mon, 20 Jan 2003 14:56:09 -0800 (PST) (envelope-from dschultz@uclink.Berkeley.EDU) Date: Mon, 20 Jan 2003 14:56:09 -0800 From: David Schultz To: zhuravlev alexander Cc: Oleg Shevtsov , security@FreeBSD.ORG Subject: Re: your mail Message-ID: <20030120225609.GB3668@HAL9000.homeunix.com> Mail-Followup-To: zhuravlev alexander , Oleg Shevtsov , security@FreeBSD.ORG References: <20030120101323.GA371@interexc.com> <20030120102235.GA45357@hp.ulstu.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030120102235.GA45357@hp.ulstu.ru> Sender: owner-freebsd-security@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Thus spake zhuravlev alexander : > On Mon, Jan 20, 2003 at 12:13:23PM +0200, Oleg Shevtsov wrote: > > > > Hi, > > how to give specific user FTP but no shell access? > > Ftpd's manual says: > > 4. The user must have a standard shell returned by > > getusershell(3). > > But I don't want to give shell account. > > /sbin/nologin ? If you do it this way, you need to ensure that either the ``FTP-only'' users do not have home directories or that /sbin/nologin is statically linked (the default). Otherwise, it is possible to exploit a bug (ahem, feature) in OpenSSH to gain shell access on your box. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-security" in the body of the message