From owner-freebsd-questions@FreeBSD.ORG Wed Sep 17 22:27:38 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 0781416A4B3 for ; Wed, 17 Sep 2003 22:27:38 -0700 (PDT) Received: from mail.econolodgetulsa.com (mail.econolodgetulsa.com [198.78.66.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6056A43FBD for ; Wed, 17 Sep 2003 22:27:37 -0700 (PDT) (envelope-from user@mail.econolodgetulsa.com) Received: from mail (user@mail [198.78.66.163])h8I5RdnW038634 for ; Wed, 17 Sep 2003 22:27:39 -0700 (PDT) (envelope-from user@mail.econolodgetulsa.com) Date: Wed, 17 Sep 2003 22:27:39 -0700 (PDT) From: Josh Brooks To: freebsd-questions@freebsd.org Message-ID: <20030917222726.G93367-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 05:27:38 -0000 X-List-Received-Date: Thu, 18 Sep 2003 05:27:38 -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.