From owner-freebsd-stable@FreeBSD.ORG Thu Nov 30 19:25:42 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E524416A403 for ; Thu, 30 Nov 2006 19:25:42 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.178]) by mx1.FreeBSD.org (Postfix) with ESMTP id 239A343CAA for ; Thu, 30 Nov 2006 19:25:32 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from mac.com (smtpin05-en2 [10.13.10.150]) by smtpout.mac.com (Xserve/8.12.11/smtpout08/MantshX 4.0) with ESMTP id kAUJPES8024411; Thu, 30 Nov 2006 11:25:14 -0800 (PST) Received: from [17.214.13.96] (a17-214-13-96.apple.com [17.214.13.96]) (authenticated bits=0) by mac.com (Xserve/smtpin05/MantshX 4.0) with ESMTP id kAUJPBlY008419; Thu, 30 Nov 2006 11:25:13 -0800 (PST) In-Reply-To: <20061130205045.A96066@atlantis.atlantis.dp.ua> References: <4563126E.2060904@math.missouri.edu> <20061129143330.T82233@atlantis.atlantis.dp.ua> <20061130205045.A96066@atlantis.atlantis.dp.ua> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <3BC50132-2DD9-4FAA-8320-C945DF4BFD48@mac.com> Content-Transfer-Encoding: 7bit From: Chuck Swiger Date: Thu, 30 Nov 2006 11:25:11 -0800 To: Dmitry Pryanishnikov X-Mailer: Apple Mail (2.752.2) X-Brightmail-Tracker: AAAAAA== X-Brightmail-scanned: yes Cc: FreeBSD Stable Mailing List , David Adam Subject: Re: sshd. "UseDNS no" ignored? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Nov 2006 19:25:43 -0000 On Nov 30, 2006, at 11:10 AM, Dmitry Pryanishnikov wrote: >> Is it really open-source? I couldn't find any reference to source >> downloads or licensing terms on http://www.ssh.com/. It mentions >> OpenSSH >> as an open-source alternative. > > Well, security/ssh2 port builds all binaries from sources which are > freely available at ftp://ftp.ssh.com/pub/ssh/ . The following URL: > > http://www.ssh.com/support/downloads/secureshellserver/non- > commercial.html > > contains both download URLs and "Non-commercial license agreement > for SSH Secure Shell for Servers" link. Right, and the license restriction to non-commercial use only means that SSH Secure Shell is not OSI Open Source, because it violates OSD #6: http://www.opensource.org/docs/definition.php > 6. No Discrimination Against Fields of Endeavor > > The license must not restrict anyone from making use of the program > in a specific field of endeavor. For example, it may not restrict > the program from being used in a business, or from being used for > genetic research. > > Rationale: The major intention of this clause is to prohibit > license traps that prevent open source from being used > commercially. We want commercial users to join our community, not > feel excluded from it. -- -Chuck