Re: how to configure ssh 3.7.1p2 to use openssl 0.9.7c
From: Tim Greer (chatmaster_at_charter.net)
Date: 10/09/03
- Previous message: Clive Luk: "RE: shell access"
- In reply to: andy_at_neu.net: "how to configure ssh 3.7.1p2 to use openssl 0.9.7c"
- Next in thread: Doug Griswold: "Re: how to configure ssh 3.7.1p2 to use openssl 0.9.7c"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
To: andy@neu.net Date: 08 Oct 2003 17:52:47 -0700
On Wed, 2003-10-08 at 13:34, andy@neu.net wrote:
> I have installed openssh 3.7.1p2, and it works fine. Then I built and
> installed 0.9.7c into the default directory with the following commands:
> ./config
> make
> make test
> make install
>
> Everything worked without any errors, however when I use ssh it is still
> using the old "OpenSSL 0.9.6b [engine]". The following line is debug
> output when using openssh:
> OpenSSH_3.7.1p2, SSH protocols 1.5/2.0, OpenSSL 0.9.6b [engine] 9 Jul 2001
>
> How do I get openssh to use the new openssl 0.9.7c engine?
>
> Please reply to andy@neu.net
>
> Thanks in advance....
Remove the engine, you don't need it anymore--it's all included now in
the main build. As a matter of policy, I remove the engine (rpm -e it,
if on Linux) if it's there, and then install the newest and greatest
OpenSSL (source, but use what you want). SSH will compile fine then,
unless you have other problems.
-- Tim Greer <chatmaster@charter.net>
- Previous message: Clive Luk: "RE: shell access"
- In reply to: andy_at_neu.net: "how to configure ssh 3.7.1p2 to use openssl 0.9.7c"
- Next in thread: Doug Griswold: "Re: how to configure ssh 3.7.1p2 to use openssl 0.9.7c"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|