openssh升级_Redhat 6.5源码编译升级openssh到7.8版本

本文介绍了如何在Redhat 6.5系统中通过源码编译的方式将OpenSSH升级到7.8版本,包括检查依赖组件、编译安装过程以及重启后验证版本的步骤。
摘要由CSDN通过智能技术生成

a73175b72a7a8f4f4371442723d9b876.gif

1.检验升级OpenSSH依赖的相关组件

[root@web02 /]# rpm -qa | grep gcc

[root@web02 /]# rpm -qa | grep zlib-devel

[root@web02 /]# rpm -qa | grep openssl-devel

[root@web02 /]# rpm -qa | grep pam-devel

如没有,直接用yum安装。

[root@web02 /]# yum install gcc zlib-devel pam-devel openssl-devel

2.源码编译安装OpenSSh的7.8版本

[root@web02 /]# mv /etc/ssh/ /etc/ssh.bak

[root@web02 /]# wget https://openbsd.hk/pub/OpenBSD/OpenSSH/portable/openssh-7.8p1.tar.gz

[root@web02 /]# tar -xf openssh-7.8p1.tar.gz

[root@web02 /]# cd openssh-7.8p1

[root@web02 /]# ./configure --prefix=/usr --with-zlib --sysconfdir=/etc/ssh --with-ssl-dir=/usr --with-md5-passwords --with-pam

[root@web02 /]# make

[root@web02 /]# make install

[root@web02 /]# mv /etc/ssh /etc/ssh-7.8p1-conf

[root@web02 /]# mv /etc/ssh.bak/ /etc/ssh

[root@web02 /]# sed -i '/^#PermitRootLogin/s/#PermitRootLogin yes/PermitRootLogin yes/'/etc/ssh/sshd_config

或手动修改PermitRootLogin no 修改为 PermitRootLogin yes 允许root远程登陆。

[root@web02 /]# sed -i '/^GSSAPIAuthentication yes/s/GSSAPIAuthentication yes/#GSSAPIAuthentication yes/'/etc/ssh/sshd_config

[root@web02 /]# sed -i '/^GSSAPICleanupCredentials yes/s/GSSAPICleanupCredentials yes/#GSSAPICleanupCredentials yes/'/etc/ssh/sshd_config

[root@web02 /]# cp /etc/ssh-7.8p1-conf/ssh_host_ecdsa_key /etc/ssh

[root@web02 /]# cp /etc/ssh-7.8p1-conf/ssh_host_ed25519_key /etc/ssh

3.重启查看版本

[root@web02 openssh-7.8p1]# service sshd restart

停止 sshd:[确定]

正在启动 sshd:[确定]

[root@web02 openssh-7.8p1]# ssh -V

OpenSSH_7.8p1, OpenSSL1.0.1e-fips 11Feb2013

[root@web02 openssh-7.8p1]#

升级完成。

6ce1e3486cb0f626bde39cb3f814a173.png

学习|生活|分享|积累|永不停步

请留下你指尖的温度

让太阳拥抱你

微信ID:haopython

ddd79c92174afc934659425c81ddf51b.png
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值