Re: Upgrading sshd?

2003-09-17 Thread Simon Barner
> Cool. How do you see what the patch date is? I know how to find > the version, but not things like the patch date. Man didn't tell me how to > either. I am assuming that you mean the base system sshd. You can find the details for the patch at CVSweb site: http://www.freebsd.org/cgi

Re: Upgrading sshd?

2003-09-17 Thread george donnelly
[Dragoncrest wrote ([EMAIL PROTECTED]) on 9/17/03 10:47 AM] > > Cool. How do you see what the patch date is? I know how to find > the version, but not things like the patch date. Man didn't tell me how to > either. ssh -V, i think... <--> george donnelly ~ http://www.zettai.net/ ~ "Quality Z

Re: Upgrading sshd?

2003-09-17 Thread Dragoncrest
As of today, the CVS includes the patch for OpenSSH that fixes the vulnerability. Yes, it still says version 3.6.1, but if you read on, it has a patch date of 20030916. Cool. How do you see what the patch date is? I know how to find the version, but not things like the patch date. Man

Re: Upgrading sshd?

2003-09-16 Thread David Benfell
On Tue, 16 Sep 2003 23:25:04 -0700, Dragoncrest wrote: > Silly question. Been trying to update my code today and all I can > seem to update to is 3.6.1, yet I've seen other distros with 3.7.1p1 > already. I think the openssh website also has 3.7.1p1 on it > too. Obviously the ports tr

Re: Upgrading sshd?

2003-09-16 Thread Dragoncrest
Silly question. Been trying to update my code today and all I can seem to update to is 3.6.1, yet I've seen other distros with 3.7.1p1 already. I think the openssh website also has 3.7.1p1 on it too. Obviously the ports tree has gotta catch up, but does anyone know when it will? For

Re: Upgrading sshd?

2003-09-16 Thread Lowell Gilbert
Johan Paul <[EMAIL PROTECTED]> writes: > Refering to the latest sshd vurnability > (http://slashdot.org/articles/03/09/16/1327248.shtml?tid=126&tid=172) > I was thinking of upgradeing my sshd as well. So I cvsup'ed my system > (FBSD 4.8) and there seems to be a updated file for sshd. But how do I

Re: Upgrading sshd?

2003-09-16 Thread Jesse Sheidlower
At 07:24 PM 9/16/03 +0300, you wrote: >Hi all, > >Refering to the latest sshd vurnability >(http://slashdot.org/articles/03/09/16/1327248.shtml?tid=126&tid=172) I >was thinking of upgradeing my sshd as well. So I cvsup'ed my system (FBSD >4.8) and there seems to be a updated file for sshd. But h

Re: Upgrading sshd?

2003-09-16 Thread Dragoncrest
Ok, that's certainly another way to do it. :) Mine will work too, but so will this. hehe. At 07:53 PM 9/16/03 +0100, Jan Grant wrote: On Tue, 16 Sep 2003, Johan Paul wrote: > Hi all, > > Refering to the latest sshd vurnability > (http://slashdot.org/articles/03/09/16/1327248.shtml?tid

Re: Upgrading sshd?

2003-09-16 Thread Dragoncrest
What I had to do to make this work was build OpenSSH 3.6.1 by hand, install it which puts it in /usr/local/sbin/sshd then test it. I fired up the new one on port 2000 and tested it there. When I could prove that worked I killed the process running on port 22, copied sshd to sshd.3.5p1

Re: Upgrading sshd?

2003-09-16 Thread Jan Grant
On Tue, 16 Sep 2003, Johan Paul wrote: > Hi all, > > Refering to the latest sshd vurnability > (http://slashdot.org/articles/03/09/16/1327248.shtml?tid=126&tid=172) I > was thinking of upgradeing my sshd as well. So I cvsup'ed my system > (FBSD 4.8) and there seems to be a updated file for sshd. B

Upgrading sshd?

2003-09-16 Thread Johan Paul
Hi all, Refering to the latest sshd vurnability (http://slashdot.org/articles/03/09/16/1327248.shtml?tid=126&tid=172) I was thinking of upgradeing my sshd as well. So I cvsup'ed my system (FBSD 4.8) and there seems to be a updated file for sshd. But how do I upgrade sshd safly since when I typ