sshd_config没有RSAAuthentication怎么办?
Copyright Notice: This article is an original work licensed under the CC 4.0 BY-NC-ND license.
If you wish to repost this article, please include the original source link and this copyright notice.
Source link: https://v2know.com/article/310
sshd_config没有RSAAuthentication怎么办
Q:sshd_config为什么没有RSAAuthentication这个选项?
A:因为已经废除。
你看到的国内的文档其实是过时了的。
RSAAuthentication其实是SSH 1代协议,现在SSH 2代 完全抛弃了前面的。
具体你可以发现#PubkeyAuthentication yes是注释了的,
并且默认是开启了的。
参考文档:
[1] CentOS7.4配置SSH登录密码与密钥身份验证踩坑
This article was last edited at