千家信息网

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

发表于:2025-02-06 作者:千家信息网编辑
千家信息网最后更新 2025年02月06日,解决方法:将#PasswordAuthentication no的注释去掉,并且将NO修改为YES //kali中默认是yes将PermitRootLogin without-password修改为P
千家信息网最后更新 2025年02月06日CRT解决ssh远程登陆解决Unable to authenticate using any of the configured authenticatio


解决方法:


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

将PermitRootLogin without-password修改为PermitRootLogin yes


修改以上两条即可。

0