From owner-freebsd-questions@FreeBSD.ORG Thu Dec 9 12:11:33 2010 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DEDB71065673 for ; Thu, 9 Dec 2010 12:11:33 +0000 (UTC) (envelope-from kraduk@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 6602F8FC1C for ; Thu, 9 Dec 2010 12:11:33 +0000 (UTC) Received: by wyf19 with SMTP id 19so2295383wyf.13 for ; Thu, 09 Dec 2010 04:11:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=gM1wOcZnNGUdanmwvB8VewiXTSydxo9nIkrLnhSPviQ=; b=vFLVRvqg8GQheYVNz/iuYciMdAoVfCF6vzeRicwvyghJv0zGuLVdcIbRurnNq+r0AW Oft+YWmvToUwoLBBWpy9IhMv69suJ2LqdN+6bSBToSVKeiEjj1Jd/CgYi7lBUC9WCt/P VAKP/nhaGYQtUq+aQdxGhpFgE24XSiPyxSLeg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=jd0mCutaNE2pwTvVlHHPR9xBymwUpjfcSmmkUn+oAPYyb1NuxigrWHh29e50b/HfZh oQXtSpib9vvaVBo1f7wtTlRnWPjgQEmrqNG+HU/p5mGVffQ+VBkGNFs3zbIF8DQzW00q 8jTkMU09msJCOrd/LrY7CHElAiANBtmE+agUU= MIME-Version: 1.0 Received: by 10.216.158.140 with SMTP id q12mr489660wek.14.1291896692255; Thu, 09 Dec 2010 04:11:32 -0800 (PST) Received: by 10.216.72.198 with HTTP; Thu, 9 Dec 2010 04:11:32 -0800 (PST) In-Reply-To: References: <20101208155125.E6126@maildrop.int.zabbadoz.net> <20101208163047.S6126@maildrop.int.zabbadoz.net> <1865384339-1291839108-cardhu_decombobulator_blackberry.rim.net-1153938124-@bda947.bisx.prod.on.blackberry> Date: Thu, 9 Dec 2010 12:11:32 +0000 Message-ID: From: krad To: Redd Vinylene Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: joseph.bashe@gmail.com, questions , Chris Brennan Subject: Re: FTPD not working properly on jail 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, 09 Dec 2010 12:11:34 -0000 On 9 December 2010 12:08, Redd Vinylene wrote: > I'll create a new post. This subject is misleading. > > > On Thu, Dec 9, 2010 at 12:55 PM, Redd Vinylene wrote: > >> On Wed, Dec 8, 2010 at 11:24 PM, krad wrote: >> >>> >>> >>> On 8 December 2010 20:07, Joseph Bashe wrote: >>> >>>> But he mentioned he needs some sort of 'virtual' (I'm assuming chroot) >>>> feature; this is not possible with sftp afaik. >>>> . >>>> >>> >>> >>> Its totally possble to chroot the sftp, and I have done it several times. >>> Something like the below will isolate each user >>> >>> Match Group sftponly >>> ChrootDirectory /home/chroot/%u >>> >>> >>> X11Forwarding no >>> AllowTcpForwarding no >>> ForceCommand internal-sftp >>> >>> >>> he might need something more like this so they can share data >>> >>> Match Group sftponly >>> >>> ChrootDirectory /home/chroot/ >>> >>> >>> X11Forwarding no >>> AllowTcpForwarding no >>> ForceCommand internal-sftp >>> >>> >>> >> I would love to try that sometime - but right now I have to get this >> regular ftp working. >> >> Just to recap - I'm trying to set up a virtual vsftpd-ssl-2.3.2 server so >> my band can share new tracks, production material and what not, but my SSL >> certificate keeps messing it up: http://pastie.org/1358536 - anybody know >> why? It works just fine when I disable the SSL. >> >> Many thanks! >> > > > > -- > http://www.home.no/reddvinylene > are you sure its ssl and not tls, as they are not the same thing?