wget http://www.openssl.org/source/openssl-0.9.7e.tar.gz tar xzvf openssl-0.9.7e.tar.gz cd openssl-0.9.7e ./config --PRefix=/usr/local/openssl-0.9.7e make make test make install 升级OpenSSH(依照最新的OpenSSL) wget http://gulus.usherbrooke.ca/pub/appl/ssh/OpenSSH/portable/openssh-3.9p1.tar.gz tar xzvf openssh-3.9p1.tar.gz cd openssh-3.9p1 ./configure --prefix=/usr --with-pam --with-zlib=/usr/local/zlib --with-ssl-dir=/usr/local/openssl-0.9.7e --with-md5-passWords --mandir=/usr/share/man (如果你自己编译安装了zlib,就加--with-zlib=DIR这个参数,如果默认安装,就换成--with-zlib) make make install OK,现在ssh -V看一下版本吧 OpenSSH_3.9p1, OpenSSL 0.9.7e 25 Oct 2004 [root@server1 openssh-3.9p1]# |
Powered by Discuz! X3.4
Copyright © 2001-2021, Tencent Cloud.