From owner-freebsd-questions@FreeBSD.ORG Thu Sep 18 06:52:59 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 8221B16A4B3 for ; Thu, 18 Sep 2003 06:52:59 -0700 (PDT) Received: from mail.econolodgetulsa.com (mail.econolodgetulsa.com [198.78.66.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75C1B43FE1 for ; Thu, 18 Sep 2003 06:52:58 -0700 (PDT) (envelope-from user@mail.econolodgetulsa.com) Received: from mail (user@mail [198.78.66.163])h8IDr1nW090054 for ; Thu, 18 Sep 2003 06:53:01 -0700 (PDT) (envelope-from user@mail.econolodgetulsa.com) Date: Thu, 18 Sep 2003 06:53:01 -0700 (PDT) From: Josh Brooks To: freebsd-questions@freebsd.org Message-ID: <20030918065249.B93367-100000@mail.econolodgetulsa.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: version string scare with new patched ssh (newbie) 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: Thu, 18 Sep 2003 13:52:59 -0000 X-List-Received-Date: Thu, 18 Sep 2003 13:52:59 -0000 Hi, I have a 4.5-RELEASE system with the original, stock /usr/src/secure. I followed the SA directions, and they worked like a charm - I patched the source, all hunks succeeded, and install/restart worked fine. However, when I run: /usr/sbin/sshd -\? I see: sshd version OpenSSH_2.9 FreeBSD localisations 20011202 Is this correct ? Part of me thinks it is because I don't have a new sshd, just a patched version of the old 4.5-RELEASE one ... but I am not so sure. So can someone confirm that that version string is ok ? thanks.