From owner-freebsd-stable Mon Dec 10 14:17:51 2001 Delivered-To: freebsd-stable@freebsd.org Received: from ocis.ocis.net (ocis.ocis.net [209.52.173.1]) by hub.freebsd.org (Postfix) with ESMTP id B7FE237B419 for ; Mon, 10 Dec 2001 14:17:44 -0800 (PST) Received: (from root@localhost) by ocis.ocis.net (8.9.3/8.9.3) id OAA15960; Mon, 10 Dec 2001 14:17:44 -0800 Date: Mon, 10 Dec 2001 14:17:44 -0800 Message-Id: <200112102217.OAA15960@ocis.ocis.net> From: "Freddie Cash" To: freebsd-stable@freebsd.org Reply-To: fcash@bigfoot.com Subject: Re: updating SSH version X-Mailer: Open WebMail 1.13 X-OriginatingIP: 207.23.169.7 (fcash) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG [snippage] > > When i type ssh -V as a normal user I get 2.9 but if I do it as root i > > get 3.0.2. (the same goes if I do sshd -V) > > > > My question is this, what is the best way to upgrade the SSH version. > > If it is how I did it, then why do I get different responses. Check your path settings. It's picking up the existing installation first, /usr/local/sbin/ doesn't get checked. Everything you did was correct. One more step you might want to do: -- delete/rename existing ssh/sshd -- create links from existing ssh/sshd to new ssh/sshd Cheers, Freddie fcash@bigfoot.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message