Ubuntu1604升级OpenSSH
下载openssh
wget https://mirrors.aliyun.com/pub/OpenBSD/OpenSSH/portable/openssh-10.0p2.tar.gz
下载openssl
wget https://github.com/openssl/openssl/releases/download/openssl-3.5.5/openssl-3.5.5.tar.gz
编译安装openssl
1 | tar zxvf openssl-3.5.5.tar.gz |
将opessl header和library导入环境变量
1 | export CFLAGS="-I/usr/local/openssl355/include" |
编译安装openssh
1 | tar zxvf openssh-10.2p1.tar.gz |
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来源 小雨的小窝!