关闭sshd的登入密码认证(PasswordAuthentication)

在设定sshd的时,若想要关闭sshd登入的认证,请修改sshd_config
[root@localhost ~]# vim /etc/ssh/sshd_config
57 # To disable tunneled clear text passwords, change to no here!
58 #PasswordAuthentication yes
59 #PermitEmptyPasswords no
60 PasswordAuthentication no
#请把PasswordAuthentication yes 改为no

详细内容请参考http://blog.faq-book.com/?p=2883


关于作者: 网站小编

码农网专注IT技术教程资源分享平台,学习资源下载网站,58码农网包含计算机技术、网站程序源码下载、编程技术论坛、互联网资源下载等产品服务,提供原创、优质、完整内容的专业码农交流分享平台。

热门文章