当你用各种远程工具登录root时总是拒绝
遇见问题1:Oh no! Something has gone wrong.Logout!
解决方法:
- ctrl+alt+F2 进入命令模式,然后输入root 账号和密码。(参考地址:https://www.365jz.com/article/24845)
遇见问题2:root用户无法远程登录!
解决方法:
- cd /etc/ssh/sshd_config
- vi /etc/ssh/sshd_config
- 按 i
- 找到 PermitRootLogin = yes (允许root用户远程登录)
- 找到 PasswordAuthentication = yes (允许密码登录)
- 按 esc
- 输入 :wq (保存并退出得意思)
- systemcatl restart sshd (重启sshd服务)