From owner-freebsd-questions@FreeBSD.ORG Tue Nov 11 13:07:05 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 47E90106567A for ; Tue, 11 Nov 2008 13:07:05 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from mail.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 0C1718FC18 for ; Tue, 11 Nov 2008 13:07:04 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (mail.rachie.is-a-geek.net [192.168.2.101]) by mail.rachie.is-a-geek.net (Postfix) with ESMTP id DFF28AFCF54; Tue, 11 Nov 2008 04:07:03 -0900 (AKST) From: Mel To: freebsd-questions@freebsd.org Date: Tue, 11 Nov 2008 14:06:59 +0100 User-Agent: KMail/1.9.7 References: <1226407091.49197cb3136b5@www.inbox.lv> In-Reply-To: <1226407091.49197cb3136b5@www.inbox.lv> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200811111407.00641.fbsd.questions@rachie.is-a-geek.net> Cc: Matiss Subject: Re: Upgrade base openssh 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, 11 Nov 2008 13:07:05 -0000 On Tuesday 11 November 2008 13:38:11 Matiss wrote: > Hi, > Is there a way to just upgrade base openssh without breaking a lot of > things? I have an old 5.4 stable box, and I would like to get openssh > up to date, since it is running sshd service, and it is not possible > to allow it only from defined ips. > Or I just have to eat it and upgrade the whole system? :) That's not a bad idea in itself, since the longer you wait, the harder the upgrade track becomes, but in the meantime, you can use security/openssh-portable port. From it's pkg-message: To enable this port, add openssh_enable="YES" in your rc.conf. To prevent conflict with openssh in the base system add sshd_enable="NO" in your rc.conf. -- Mel Problem with today's modular software: they start with the modules and never get to the software part.