-
卸载老版本
yum remove openssh -y -
下载要升级的版本
[https://openbsd.hk/pub/OpenBSD/OpenSSH/portable/openssh-7.9p1.tar.gz]
3.安装依赖服务
yum install gcc openssl-devel zlib-devel -
编辑安装
./configure --prefix=/usr/local/openssh-7.9p1 --exec-prefix=/usr --libexecdir=/usr/libexec/openssh-7.9p1 --datarootdir=/usr/share --sysconfdir=/etc/ssh --with-md5-passwords --with-pam --with-selinux --with-privsep-path=/var/lib/sshd
网友评论