centos8 openssh怎样开启dsa,相信很多没有经验的人对此束手无策,为此本文总结了问题出现的原因和解决方法,通过这篇文章希望你能解决这个问题。
最近测试发现,重启centos8 的时候,发现opensshserver.config会重置,导致之前加的dss配置失效,还是会让人无法登陆。现在更新新的配置方式
[root@kvm-centos8 ~]# more /etc/sysconfig/sshd #Configuration file for the sshd service. #The server keys are automatically generated if they are missing. #To change the automatic creation, adjust sshd.service options for #example using systemctl enable sshd-keygen@dsa.service to allow creation #of DSA key or systemctl mask sshd-keygen@rsa.service to disable RSA key #creation. #System-wide crypto policy: #To opt-out, uncomment the following line CRYPTO_POLICY=
Ciphers aes128-ctr,aes192-ctr,aes256-ctr,aes128-cbc,3des-cbc PubkeyAcceptedKeyTypes=+ssh-dss
这样更古老的key,也可以登陆服务器
为了安全,当然不推荐这么做。
-------------------------------------正文分割线----------------------------------------------------------------------
PubkeyAcceptedKeyTypes=+ssh-dss
ssh-dss'
systemctl restart sshd`
看完上述内容,你们掌握centos8 openssh怎样开启dsa的方法了吗?如果还想学到更多技能或想了解更多相关内容,欢迎关注亿速云行业资讯频道,感谢各位的阅读!
免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。