How to rebuild ssh w/ latest sources (was Re: SSH Vulnerability)
From: Matt Dillon (dillon@earth.backplane.com)
Date: 02/09/01
- Next message: Luigi Rizzo: "adding securelevel control to r/w sysctl variables..."
- Previous message: Mike Silbersack: "Re: Is this a problem for us too?"
- In reply to: Mason Harding: "SSH Vulnerability"
- Next in thread: Fernando Schapachnik: "Re: How to rebuild ssh w/ latest sources (was Re: SSH Vulnerability)"
- Reply: Fernando Schapachnik: "Re: How to rebuild ssh w/ latest sources (was Re: SSH Vulnerability)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Fri, 9 Feb 2001 10:41:23 -0800 (PST) From: Matt Dillon <dillon@earth.backplane.com> To: "Mason Harding" <mharding@marketnews.com>
:I am guessing this OpenSSH vulnerability applies to FreeBSD...does anyone
:know?
:Also thought others might like to know about it.
:http://razor.bindview.com/publish/advisories/adv_ssh1crc.html
:
:Mason
Yes. If your sources are reasonably up to date (since Jan 23),
just rebuild it:
cd /usr/src/secure/lib/libssh
make clean obj all
cd /usr/src/secure/usr.sbin/sshd
make clean obj all install
cd /usr/src/secure/usr.bin/ssh
make clean obj all install
(kill your old sshd daemon, start a new one)
Verify you are running the new version of the daemon:
% ssh -v localhost
earth:/home/dillon> ssh -v localhost
SSH Version OpenSSH_2.3.0, protocol versions 1.5/2.0.
Compiled with SSL (0x0090600f).
debug: Reading configuration data /etc/ssh/ssh_config
debug: ssh_connect: getuid 101 geteuid 101 anon 1
debug: Connecting to localhost [127.0.0.1] port 22.
debug: Connection established.
debug: Remote protocol version 1.99, remote software version OpenSSH_2.3.0
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
debug: match: OpenSSH_2.3.0 pat ^OpenSSH[-_]2\.3
debug: Local version string SSH-1.5-OpenSSH_2.3.0
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-security" in the body of the message
- Next message: Luigi Rizzo: "adding securelevel control to r/w sysctl variables..."
- Previous message: Mike Silbersack: "Re: Is this a problem for us too?"
- In reply to: Mason Harding: "SSH Vulnerability"
- Next in thread: Fernando Schapachnik: "Re: How to rebuild ssh w/ latest sources (was Re: SSH Vulnerability)"
- Reply: Fernando Schapachnik: "Re: How to rebuild ssh w/ latest sources (was Re: SSH Vulnerability)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|