1.打开配置文件
$ sudo vi /etc/ssh/sshd_config
2.修改操作
PermitRootLogin without-password 修改为 PermitRootLogin yes
3.重启shh服务或重启计算机
$ service sshd restart
1.打开配置文件
$ sudo vi /etc/ssh/sshd_config
2.修改操作
PermitRootLogin without-password 修改为 PermitRootLogin yes
3.重启shh服务或重启计算机
$ service sshd restart