修改配置文件
/etc/ssh/sshd_config
注释掉
PermitRootLogin without-password
并在下方增加
PermitRootLogin yes
如下所示:
#PermitRootLogin without-password
PermitRootLogin yes
重启ssh服务
service ssh restart
修改配置文件
/etc/ssh/sshd_config
注释掉
PermitRootLogin without-password
并在下方增加
PermitRootLogin yes
如下所示:
#PermitRootLogin without-password
PermitRootLogin yes
service ssh restart