通信人家园

标题: openssh&openssl升级  [查看完整版帖子] [打印本页]

时间:  2017-3-27 19:10
作者: ctxxx     标题: openssh&openssl升级

开启telnet:
# vim /etc/xinetd.d/telnet

        disable         = no
xinetd restart

安装zlib1.2.8

升级openssl 1.0.2k

下载https://www.openssl.org/source/openssl-1.0.2k.tar.gz
tar xvf openssl-1.0.2k.tar.gz
cd openssl-1.0.2k
./config --prefix=/usr --shared  
make depend
make
make test
make install

下载http://ftp.openbsd.org/pub/OpenB ... penssh-7.4p1.tar.gz
./configure
make
make install
service sshd restart




通信人家园 (https://www.txrjy.com/) Powered by C114