From owner-freebsd-questions@FreeBSD.ORG Mon Sep 22 07:00:12 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 ED58E16A4B3 for ; Mon, 22 Sep 2003 07:00:11 -0700 (PDT) Received: from bmyster.com (loqtis.bmyster.com [65.162.190.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7902143FE3 for ; Mon, 22 Sep 2003 07:00:10 -0700 (PDT) (envelope-from mrb@bmyster.com) Received: from loqtis.bmyster.com (localhost.bmyster.com [127.0.0.1]) by bmyster.com (8.12.10/8.12.10) with ESMTP id h8ME45Sv006636; Mon, 22 Sep 2003 10:04:05 -0400 (EDT) Received: (from www@localhost) by loqtis.bmyster.com (8.12.10/8.12.10/Submit) id h8ME40f4006635; Mon, 22 Sep 2003 10:04:00 -0400 (EDT) X-Authentication-Warning: loqtis.bmyster.com: www set sender to mrb@bmyster.com using -f Received: from 207.5.142.198 (SquirrelMail authenticated user mrb) by bmyster.com with HTTP; Mon, 22 Sep 2003 10:04:00 -0400 (EDT) Message-ID: <23516.207.5.142.198.1064239440.squirrel@bmyster.com> In-Reply-To: <5.2.1.1.0.20030921154427.02d60fe8@localhost port 111> References: <5.2.1.1.0.20030921154427.02d60fe8@localhost port 111> Date: Mon, 22 Sep 2003 10:04:00 -0400 (EDT) From: "Brent Bailey" To: "Dustin Puryear" User-Agent: SquirrelMail/1.4.0 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 X-Priority: 3 Importance: Normal cc: Ben Dover cc: freebsd-questions@freebsd.org Subject: Re: Patch SSH Not Work? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: mrb@bmyster.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Sep 2003 14:00:12 -0000 I ran into the same thing...i ran the patch as per the directions on FBSD website ftp://ftp.freebsd.org/pub/FreeBSD/CERT/advisories/FreeBSD-SA-03:12.openssh.asc but i still get the following: sshd version OpenSSH_3.5p1 FreeBSD-20030201 when i do a ls -al on the /usr/sbin/sshd it has the date as follows: -r-xr-xr-x 1 root wheel 151016 Sep 21 23:08 /usr/sbin/sshd* that was the time i ran the patch...so i can only assume that the thing was patched is this the case or did i miss something ...when i did # cd /usr/src # patch < /path/to/sshd.patch # cd /usr/src/secure/lib/libssh # make depend && make all install # cd /usr/src/secure/usr.sbin/sshd # make depend && make all install # cd /usr/src/secure/usr.bin/ssh # make depend && make all install everything seemed to go ok ... no errors...so did this work or not ? thank you for all your help :-) -- Brent Bailey CCNA Bmyster LLC Computer Networking and Webhosting Network Engineer, Webmaster, President http://www.bmyster.com mrb@bmyster.com 207-247-8330 > At 08:27 AM 9/19/2003 -0400, Ben Dover wrote: > >>I patched my SSHD on FreeBSD ver 5.1 (base system, not ports) and after >>stopping the SSHD server and restarting I checked the version and >> received >>the following: >> >>schizoid# /usr/sbin/sshd -\? >>sshd version OpenSSH_3.6.1p1 FreeBSD-20030423 >> >>Why did I not receive the September date? Did the patch fail? > > Show us exactly how you patched and then restarted sshd. > > > --- > Dustin Puryear > Puryear Information Technology, LLC > Providing expertise in the management, integration, and > security of Windows and UNIX systems, networks, and applications. > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" >