尽管PermitRootLogin
在我的 sshd_config 中选项设置为“yes”,但我无法连接到 ssh。
ssh localhost
root@localhost's password:
Permission denied, please try again.
这是我的完整版sshd_config
:
PasswordAuthentication yes
ChallengeResponseAuthentication no
UsePAM yes
X11Forwarding yes
PrintMotd no
AcceptEnv LANG LC_*
Subsystem sftp /usr/lib/openssh/sftp-server
PermitRootLogin yes
AllowUsers otheruser
是什么阻止了 ssh 连接作为 root 以及如何修复它?
将根添加到列表中: