From owner-freebsd-questions@FreeBSD.ORG Mon Feb 2 09:30:57 2004 Return-Path: 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 7237316A4CE for ; Mon, 2 Feb 2004 09:30:57 -0800 (PST) Received: from mgw-x1.nokia.com (mgw-x1.nokia.com [131.228.20.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55CAF43D48 for ; Mon, 2 Feb 2004 09:30:53 -0800 (PST) (envelope-from mjj@isorauta.ntc.nokia.com) Received: from esvir01nok.ntc.nokia.com (esvir01nokt.ntc.nokia.com [172.21.143.33])i12HUpM13032 for ; Mon, 2 Feb 2004 19:30:51 +0200 (EET) Received: from esebh001.NOE.Nokia.com (unverified) by esvir01nok.ntc.nokia.com for ; Mon, 2 Feb 2004 19:30:51 +0200 Received: from isorauta.ntc.nokia.com ([172.22.105.162]) by esebh001.NOE.Nokia.com with Microsoft SMTPSVC(5.0.2195.6747); Mon, 2 Feb 2004 19:30:50 +0200 Received: (qmail 23395 invoked by uid 500); 2 Feb 2004 17:30:50 -0000 Date: Mon, 2 Feb 2004 19:30:50 +0200 From: Mike Jackson To: "'freebsd-questions@freeBSD.org'" Message-ID: <20040202173050.GI14872@isorauta.ntc.nokia.com> Mail-Followup-To: "'freebsd-questions@freeBSD.org'" References: <20040203013129.7A91.LUKEK@meibin.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <20040203013129.7A91.LUKEK@meibin.net> User-Agent: Mutt/1.5.4i X-OriginalArrivalTime: 02 Feb 2004 17:30:50.0435 (UTC) FILETIME=[4D26E130:01C3E9B2] Subject: Re: chrooted ssh/scp X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Feb 2004 17:30:57 -0000 ext Luke Kearney (lukek@meibin.net) wrote: > > excuse me if this seems off topic but a quick check over at ssh.com > revealed no obvious links to a downloadable version that would not > require a license. Pray tell where I might find the binaries. I would > like to give sshd2 a run and see if it might fix a problem that has been > nagging at me for a bit. Hi, You can find the license here (FreeBSD is expressly mentioned): ftp://ftp.ssh.com/pub/ssh/LICENSE And the source code for the non-commercial version (missing PKI) here: ftp://ftp.ssh.com/pub/ssh/ssh-3.2.9.1.tar.gz Or like somebody else mentioned, you can use the port. But there were no problems compiling on BSD last time I tried a few months ago. BR, Mike