
例如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_64
openssh-server-6.4p1-8.el7.x86_64
openssh-6.4p1-8.el7.x86_64
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
Linux下有多种安装软件的方式
根据你的描述
建议下载rpm包 所有依赖的也需要
然后上传上去离线安装
希望可以帮助你 请采纳 谢谢
ssh是什么呢?欢迎分享,转载请注明来源:内存溢出
微信扫一扫
支付宝扫一扫
评论列表(0条)