参考内容一:
1、下载源码。https : //www.openssl.org/source/old/1.1.1/
2、进入目录执行./config生成Makefile文件。. / config no - asm shared -- prefix = $ ( pwd ) / __install
参考内容二:
1、关闭DNS反向解析。在linux中,默认就是开启了SSH的反向DNS解析,这个会消耗大量时间,因此需要关闭。
2、关闭SERVER上的GSS认证。在authentication gssapi-with-mic有很大的可能出现问题,因此关闭GSS认证可以提高ssh连接速度。
参考内容三:
一、背景介绍
二、下载源码
三、交叉编译
参考内容四:
1、编译zlib。修改Makefile :
2、编译openssl。./configure --prefix=/home/zuopeng/work/ssh/install/opensslos/compiler:arm-linux-gcc
3、编译openssh。./configure --host=arm-linux --with-libs --with-zlib=/home/zuopeng/work/ssh/install/zlib --with-ssl-dir=/home/zuopeng/work/ssh/install/openssl--disable-etc-default-login CC=arm-linux-gcc AR=arm-linux-ar