From owner-freebsd-questions@FreeBSD.ORG Tue Apr 29 00:17:19 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1974937B401 for ; Tue, 29 Apr 2003 00:17:19 -0700 (PDT) Received: from cwnet5.q-space.de (cwnet5.wirelessnet.de [212.20.170.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id B053243FAF for ; Tue, 29 Apr 2003 00:17:15 -0700 (PDT) (envelope-from usenet@esct.org) Received: from baldur.asgard (p50863104.dip.t-dialin.net [80.134.49.4]) by cwnet5.q-space.de (Postfix) with ESMTP id B3EFBD458 for ; Tue, 29 Apr 2003 09:18:17 +0200 (CEST) Received: by baldur.asgard (Postfix, from userid 1001) id 61315241; Tue, 29 Apr 2003 09:17:09 +0200 (CEST) Date: Tue, 29 Apr 2003 09:17:09 +0200 From: Andreas Totlis To: freebsd-questions@FreeBSD.ORG Message-ID: <20030429071709.GR86738@baldur.asgard> Mail-Followup-To: freebsd-questions@FreeBSD.ORG References: <20030429064120.87075.qmail@web21204.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030429064120.87075.qmail@web21204.mail.yahoo.com> User-Agent: Mutt/1.4i Subject: Re: sshd upgrade X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Apr 2003 07:17:19 -0000 Hello, * adrian kok [030429 08:41]: > Hi all > > I upgraded the ssh by port > but I don't know how to disable the old one > > I enabled the new ssh in /usr/local/etc/rc.d/ > and added the following in rc.conf > > sshd_program=/usr/local/sbin/sshd > > can you teach me? Be ensure the path, where is the port-ssh binary ist installed, is before where the system-ssh. hth Andreas -