一、安装SSH服务:
如果没有安装SSH服务的话,需要先在Debian服务器上安装
apt-get install ssh |
二、编辑sshd_config配置文件:
vi /etc/ssh/sshd_config |
找到#PermitRootLogin prohibit-password改为PermitRootLogin yes
三、重启SSH服务命令:
/etc/init.d/ssh restart |
转载请注明:Debian 9设置SSH允许Root登录 - https://shuodatong.com/debian9-ssh-root-login/