From owner-freebsd-newbies Fri Mar 15 15: 1:24 2002 Delivered-To: freebsd-newbies@freebsd.org Received: from tomts19-srv.bellnexxia.net (tomts19.bellnexxia.net [209.226.175.73]) by hub.freebsd.org (Postfix) with ESMTP id 1BEF537B405 for ; Fri, 15 Mar 2002 14:58:32 -0800 (PST) Received: from a4ibmrrll9362k ([64.228.142.214]) by tomts19-srv.bellnexxia.net (InterMail vM.4.01.03.23 201-229-121-123-20010418) with SMTP id <20020315225831.IGOF9056.tomts19-srv.bellnexxia.net@a4ibmrrll9362k> for ; Fri, 15 Mar 2002 17:58:31 -0500 Message-ID: <008701c1cc74$ed707f50$126cfea9@a4ibmrrll9362k> From: "Adam" To: References: <20020315225713.40260.qmail@web11702.mail.yahoo.com> Subject: Re: Updating SSH Date: Fri, 15 Mar 2002 17:58:31 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-newbies@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The reply from Scott helped me out alot.. Ill paste it below: "Hi Adam The question should actually go to freebsd-questions rather than newbies, but as my sendmail server has DNS problems and I can't cc either list I'll just answer :) The easy way....rather than using ports do this. Just get the source from (sorry about the word wrap there) ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-3.1p1.tar.gz It compiles with no trouble, as long as you specify your directory structure in the Configure. I used: ./configure --with-pam --sysconfdir=/etc/ssh --prefix=/usr make make install killall -HUP sshd Then it upgrades without conflict. Just in case you're not familiar with tar.gz files. First download the abovementioned file then tar -zxvf openssh*.tar.gz You'll see a bunch of stuff happening. You'll now, in addition to the tar.gz file, have another directory called openssh-3.1 something, or perhaps just 3.1 cd openssh* from there, the stuff given above ./configure --with-pam --sysconfdir=/etc/ssh --prefix=/usr make make install killall -HUP sshd HTH Scott " ----- Original Message ----- From: "Wade Dixon" To: Sent: Friday, March 15, 2002 5:57 PM Subject: Re: Updating SSH > I'm also having problems. Using the instructions > included in the security advisory [For SSH included in > the base system], after I type in "patch < > /path/to/sshd.patch" (yes I put the real path in), it > asks what file to patch and I'm not sure what it wants > here. > > Wade > > --- Adam wrote: > > Im having problems updating SSH like im told to on > > the site. Could anyone walk me through the easiest > > way of installing the patch? > > > > > __________________________________________________ > Do You Yahoo!? > Yahoo! Sports - live college hoops coverage > http://sports.yahoo.com/ > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-newbies" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-newbies" in the body of the message