咨询热线:4006-75-4006
售前:9:00-23:30 备案:9:00-18:00 技术:7*24h
升级OpenSSL为官方更新修复的版本或未受影响的版本,例如OpenSSL-1.0.1t。
查看已安装的版本信息:
# openssl version
OpenSSL 1.0.1g 01 Jul 2014
这里把openSSL升级到1.0.1t版本:
# wget https://www.landui.com/source/openssl-1.0.1t.tar.gz
# tar zvxf openssl-1.0.1t.tar.gz
# cd openssl-1.0.1t
# ls
# ./config shared zlib
# make
# make install
# /usr/local/ssh/bin/openssl version
OpenSSL 1.0.1t 3 May 2016