发布网友
共1个回答
热心网友
1、默认的最稳定,没必要去升级最新的Openssh
例如centos5:
rpm -qa |grep openssh
openssh-clients-4.3p2-82.el5
openssh-server-4.3p2-82.el5
openssh-4.3p2-82.el5
CentOS7:
rpm -qa|grep openssh
openssh-clients-6.4p1-8.el7.x86_
openssh-server-6.4p1-8.el7.x86_
openssh-6.4p1-8.el7.x86_
2、我记着Solaris8还不不包含openssh,需要手动安装才能开启ssh服务
3、You will need working installations of Zlib and libcrypto (LibreSSL /
OpenSSL)
yum -y install zlib zlib-devel libcrypto libressl openssl openssl-devel autoconf libedit
4、编译安装,最好先读一下INSTALL文档
tar zxf openssh-7.2p1.tar.gz
cd openssh-7.2p1
./configure
make
make install