我是靠谱客的博主 高兴故事,这篇文章主要介绍Centos 8 升级openssh8.9,现在分享给大家,希望可以做个参考。

升级前的准备工作:

开启服务器的telnet 因为在升级过程中可能导致ssh无法使用。

下载升级软件:

Tags · openssh/openssh-portable · GitHub

安装依赖

yum install -y autoconf automake libtool
yum install -y zlib-devel openssl-devel

安装

unzip openssh-portable-V_8_9_P1.zip
cd openssh-portable-V_8_9_P1
autoreconf
./configure
make
# make tests
make install

然后reboot重启机器

查看版本

ssh -V
sshd -V

最后

以上就是高兴故事最近收集整理的关于Centos 8 升级openssh8.9的全部内容,更多相关Centos内容请搜索靠谱客的其他文章。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(53)

评论列表共有 0 条评论

立即
投稿
返回
顶部