首页 > 代码库 > CRT解决ssh远程登陆解决Unable to authenticate using any of the configured authenticatio

CRT解决ssh远程登陆解决Unable to authenticate using any of the configured authenticatio


解决方法:


将#PasswordAuthentication no的注释去掉,并且将NO修改为YES //kali中默认是yes

将PermitRootLogin without-password修改为PermitRootLogin yes


修改以上两条即可。

本文出自 “我的世界,我就是导演。” 博客,请务必保留此出处http://biock.blog.51cto.com/4643304/1911447

CRT解决ssh远程登陆解决Unable to authenticate using any of the configured authenticatio