Debian允许root用户以ssh方式登录
vi /etc/ssh/sshd_config
添加
PermitRootLogin yes
PasswordAuthentication yes
重启服务
service sshd restart
暂无标签
vi /etc/ssh/sshd_config
添加
PermitRootLogin yes
PasswordAuthentication yes
重启服务
service sshd restart