From owner-freebsd-questions@FreeBSD.ORG Tue Jan 15 12:49:14 2013 Return-Path: Delivered-To: questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 0AB94EB3 for ; Tue, 15 Jan 2013 12:49:14 +0000 (UTC) (envelope-from frank@fstaals.net) Received: from isp-bos-02.edutel.nl (unknown [IPv6:2a01:670:100:11:224:81ff:fe81:e10d]) by mx1.freebsd.org (Postfix) with ESMTP id B99423FE for ; Tue, 15 Jan 2013 12:49:13 +0000 (UTC) Received: from isp-aos-02.edu.local (unknown [IPv6:2a01:670:100:11::1:2]) by isp-bos-02.edutel.nl (Postfix) with ESMTP id 0AFFE2C66FB; Tue, 15 Jan 2013 13:49:12 +0100 (CET) Received: from localhost (localhost.localdomain [127.0.0.1]) by isp-aos-02.edu.local (Postfix) with ESMTP id 08D733940EF; Tue, 15 Jan 2013 13:49:12 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at isp-aos-02.edutel.intern Received: from isp-aos-02.edu.local ([127.0.0.1]) by localhost (isp-aos-02.edu.local [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id wKSPJ3yxdMUV; Tue, 15 Jan 2013 13:49:11 +0100 (CET) Received: from lacus.fstaals.net (104-208.ftth.onsbrabantnet.nl [88.159.208.104]) by isp-aos-02.edu.local (Postfix) with ESMTPA id 844423940EE; Tue, 15 Jan 2013 13:49:11 +0100 (CET) Received: from lacus.fstaals.net (unknown [192.168.10.14]) by filter.fstaals.local (Postfix) with ESMTP id DB2F57F5235; Tue, 15 Jan 2013 13:49:09 +0100 (CET) Received: from localhost (dyn-81-63.cs.uu.nl [131.211.81.63]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: frank) by lacus.fstaals.net (Postfix) with ESMTPSA id B66247F4D7A; Tue, 15 Jan 2013 13:49:09 +0100 (CET) From: Frank Staals To: Volodymyr Kostyrko 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> User-Mail-Address: frank@fstaals.net Date: Tue, 15 Jan 2013 13:48:59 +0100 In-Reply-To: <50F54E40.9090406@gmail.com> (Volodymyr Kostyrko's message of "Tue, 15 Jan 2013 14:40:32 +0200") Message-ID: <87wqvefw78.fsf@Shanna.FStaals.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Cc: Erich Dollansky , Matthias Apitz , "questions@FreeBSD.org" , Mannase Nyathi 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:49:14 -0000 Volodymyr Kostyrko writes: > > In FreeBSD there are two ways of enabling sshd: default, fast and easy through > rc.conf and a bit tricky and secure via inetd.conf. Everyone can select their > own poison. I personally prefer the latter one. You seem to imply that enabling sshd through inetd is more secure than directly through rc.conf. Care to elaborate on that? Regards, -- - Frank