From owner-freebsd-questions@FreeBSD.ORG Tue Jan 15 12:54:01 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 70ABB12B for ; Tue, 15 Jan 2013 12:54:01 +0000 (UTC) (envelope-from bruce@cran.org.uk) Received: from muon.cran.org.uk (muon.cran.org.uk [IPv6:2a01:348:0:15:5d59:5c40:0:1]) by mx1.freebsd.org (Postfix) with ESMTP id 3405C661 for ; Tue, 15 Jan 2013 12:54:01 +0000 (UTC) Received: from muon.cran.org.uk (localhost [127.0.0.1]) by muon.cran.org.uk (Postfix) with ESMTP id D7F78E6199 for ; Tue, 15 Jan 2013 12:59:25 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=cran.org.uk; h=message-id :date:from:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; s=mail; bh=vp2GKH2oIMvV tmyNHxdpXTcP+Ew=; b=n6SxzXk/9Zszeog+xjd/4RXKuOgrjpuR9uFycppwkJky +pPmpeSWyK/AAvHjKXFETPnMdcE8DVn4VWOL5bGhwEf+4+di/f5MNH5kJbCZ344K HGj/X0Um57K2/WJ28AeHanI9JCCfggexxrWC/LJ2oTzlb1ioOYTmdQ5XdkIgnks= DomainKey-Signature: a=rsa-sha1; c=nofws; d=cran.org.uk; h=message-id :date:from:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; q=dns; s=mail; b=LbqRIw xmp7T8rGcwG+pgNH7I8flhQ1VbBMQFvGBRJJ8UlrN5K45Arh/DnM45hsRTMsD6YT IWQqeM7vFmRj/iyGgVSGyqu2jHIdXIehdegMlurDjDShGX5gkk99G0XDEicd16Zg qndtlyMcZefsL/QO9frKtZNyjkLqOvToTeunQ= Received: from [192.168.2.4] (unknown [93.89.81.205]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by muon.cran.org.uk (Postfix) with ESMTPSA id C3959E6188 for ; Tue, 15 Jan 2013 12:59:25 +0000 (GMT) Message-ID: <50F5515E.5070903@cran.org.uk> Date: Tue, 15 Jan 2013 12:53:50 +0000 From: Bruce Cran User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130107 Thunderbird/17.0.2 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: SSH on FreeBSD References: <64344677AECE934682A4243703F508681E09737D@CW-EXCH01.cipherwave.local> <20130115174536.78ecf7e3@X220.ovitrap.com> <20130115105006.GA2291@tiny.Sisis.de> <50F54E40.9090406@gmail.com> <20130115125119.GA2716@tiny.Sisis.de> In-Reply-To: <20130115125119.GA2716@tiny.Sisis.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jan 2013 12:54:01 -0000 On 15/01/2013 12:51, Matthias Apitz wrote: > Why it is more secure via inetd.conf? You can centralise access control via TCP Wrappers - http://www.freebsd.org/doc/handbook/tcpwrappers.html . -- Bruce Cran