博客
关于我
CentOS下openssh版本降级
阅读量:195 次
发布时间:2019-02-28

本文共 1009 字,大约阅读时间需要 3 分钟。

?????OpenSSH??????

?CentOS????OpenSSH??????????????????????OpenSSH????????????

?????????OpenSSH???????????????OpenSSH??????

????????????OpenSSH??

rpm -qa openssh*

????????????????

[root@node51 ~]# rpm -qa openssh* openssh-server-6.6.1p1-11.el7.x86_64 openssh-6.6.1p1-11.el7.x86_64 openssh-clients-6.6.1p1-11.el7.x86_64

????????????????OpenSSH???

yum remove openssh-server-6.6.1p1-11.el7.x86_64yum remove openssh-clients-6.6.1p1-11.el7.x86_64yum remove openssh-6.6.1p1-11.el7.x86_64

????????????????????OpenSSH?????

yum remove openssh*

?????????OpenSSH???????OpenSSH????????????

yum install -y openssl openssh-server

??????OpenSSH????????????OpenSSH??????????/etc/ssh/sshd_config????????????????????

  • PermitRootLogin????yes???root?????
  • RSAAuthentication????yes???RSA?????
  • PubkeyAuthentication????yes????????

???????sshd???

systemctl restart sshd.service

?????????????sshd?????????????

systemctl enable sshd.service

?????

  • ???????????????????????
  • ????????????sshd_config????????root?????

????????OpenSSH??????????

转载地址:http://axxi.baihongyu.com/

你可能感兴趣的文章
OpenCV计算点到直线的距离 数学法
查看>>
Opencv识别图中人脸
查看>>
opencv面向对象设计初探
查看>>
OpenCV(1)读写图像
查看>>
OpenCV:不规则形状区域中每种颜色的像素数?
查看>>
OpenCV:概念、历史、应用场景示例、核心模块、安装配置
查看>>
OpenDaylight融合OpenStack架构分析
查看>>
openEuler Summit 2022 成功举行,开启全场景创新新时代
查看>>
OpenFeign源码学习
查看>>
OpenFeign组件声明式服务调用
查看>>
OpenGL中shader读取实现
查看>>
OpenGL着色器、纹理开发案例
查看>>
openjudge 1792 迷宫 解析报告
查看>>
Openlayers Draw的用法、属性、方法、事件介绍
查看>>
Openlayers layer 基础及重点内容讲解
查看>>
Openlayers Select的用法、属性、方法、事件介绍
查看>>
Openlayers Source基础及重点内容讲解
查看>>
Openlayers view三要素(zoom,center,projection)及其他参数属性方法介绍
查看>>
openlayers 入门教程(九):overlay 篇
查看>>
openlayers 入门教程(二):map 篇
查看>>