在Linux系统中,系统管理员通常会通过禁用root用户通过口令验证ssh登陆系统,请问以下设置方法中,哪项无...
A.修改/etc/ssh/sshd_config文件,设置PermitRootLogin no
B.修改/etc/ssh/sshd_config文件,设置PasswordAuthentication no
C.修改/etc/ssh/sshd_config文件,设置PermitEmptyPasswords no
D.修改/etc/ssh/sshd_config文件,设置PermitRootLogin without-password