linux ssh root登陆出现错误:Permission denied, please try again

密码已检测过多遍还是登录失败

经检查 vim /etc/ssh/sshd_config

PermitRootLogin no

改成 PermitRootLogin yes

修改之后重启就可以了

 

相关文章:

  • 2021-09-22
  • 2022-12-23
  • 2021-10-30
  • 2021-07-11
  • 2022-12-23
  • 2022-12-23
  • 2021-06-28
猜你喜欢
  • 2021-06-07
  • 2022-12-23
  • 2021-04-07
  • 2022-12-23
  • 2021-05-04
  • 2022-12-23
  • 2021-10-17
相关资源
相似解决方案