linux下openssh降级

查询openssh版本:sshd -V  

注意:保障yum源可以用,若停止后无yum可用可导致ssh连接不上,只能通过管理员去机房重新操作了。

挂载镜像链接如下(可参考):https://mp.csdn.net/editor/html/114265357

(1)停止

/etc/init.d/sshd stop

(2)安装挂载镜像的默认openssh

yum install -y openssh-server openssh openssh-clients

(3)重启

systemctl restart sshd

 

上一篇:基础环境部署笔记


下一篇:vscode安装以及如何连接服务器