From owner-freebsd-questions@FreeBSD.ORG Tue Dec 19 03:44:32 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2A8B916A403 for ; Tue, 19 Dec 2006 03:44:32 +0000 (UTC) (envelope-from heli@mikestammer.com) Received: from smtp105.sbc.mail.re2.yahoo.com (smtp105.sbc.mail.re2.yahoo.com [68.142.229.100]) by mx1.FreeBSD.org (Postfix) with SMTP id 81BE143C9F for ; Tue, 19 Dec 2006 03:44:29 +0000 (GMT) (envelope-from heli@mikestammer.com) Received: (qmail 71541 invoked from network); 19 Dec 2006 02:44:22 -0000 Received: from unknown (HELO mail.mikestammer.com) (mikestammer@sbcglobal.net@70.142.209.106 with login) by smtp105.sbc.mail.re2.yahoo.com with SMTP; 19 Dec 2006 02:44:22 -0000 X-YMail-OSG: xejHO14VM1naaZCNqu4KF8Y0k27RuImFtlIKiI5CfrFZnflbVl6uByhzawxJO6.8r7Mzv87SMEODT4gR4sreDZoX76uoxj2lb_4TY0VNsfNZszfNi1LfAP3OuXUaFLlR.BgIZPfXNcI.oRPRsCxnbzR3AhzcApwcwSAwwYLZ7Rfr8bSMsCpjlUdB1xFj Received: from localhost (localhost [127.0.0.1]) by mail.mikestammer.com (Postfix) with ESMTP id BEB621146C for ; Mon, 18 Dec 2006 20:44:21 -0600 (CST) X-Virus-Scanned: amavisd-new at mikestammer.com Received: from mail.mikestammer.com ([127.0.0.1]) by localhost (gondolin.middleearth.mikestammer.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 4qoyLNoDmz59 for ; Mon, 18 Dec 2006 20:44:15 -0600 (CST) Received: from [192.168.0.20] (adsl-70-142-209-106.dsl.emhril.sbcglobal.net [70.142.209.106]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: eric) by mail.mikestammer.com (Postfix) with ESMTP id 36D991146B for ; Mon, 18 Dec 2006 20:44:15 -0600 (CST) Message-ID: <458751FE.4020000@mikestammer.com> Date: Mon, 18 Dec 2006 20:44:14 -0600 From: Eric User-Agent: Thunderbird 2.0b1 (Windows/20061206) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <20061217034739.GF16906@tigger.digitaltorque.ca> <45857E96.3060304@mikestammer.com> <20061219014152.GN16906@tigger.digitaltorque.ca> In-Reply-To: <20061219014152.GN16906@tigger.digitaltorque.ca> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: openssh security issues 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: Tue, 19 Dec 2006 03:44:32 -0000 Michael P. Soulier wrote: > On 17/12/06 Eric said: > > >> why not install the portable version? its much newer than the one you have. >> > > I don't know what you mean by the portable version. > > Can I assume that the answer to my original question then, is no? > > Mike > i dont recall the original question! =) openssh-portable is what i am speaking of. the port is at /usr/ports/security/openssh-portable current version is at 4.5 whereas yours was 1-2 major versions behind that. check it out. once its installed, add this to /etc/rc.conf sshd_enable="NO" openssh_enable="YES" that way the built in ssh doesnt run but openssh does. works wunderbar! http://cvsweb.freebsd.org/ports/security/openssh-portable Eric