# nano /etc/ssh/sshd_config
大概第34行,将#PermitRootLogin prohibit-password的注释去掉,设置为yes
如下:
PermitRootLogin yes
大概第58行,将#PasswordAuthentication no的注释去掉,并且设置为yes
如下:
PasswordAuthentication yes
# nano /etc/ssh/sshd_config
大概第34行,将#PermitRootLogin prohibit-password的注释去掉,设置为yes
如下:
PermitRootLogin yes
大概第58行,将#PasswordAuthentication no的注释去掉,并且设置为yes
如下:
PasswordAuthentication yes