操作系统
开发工具
昇腾迁移开发
模型部署
硬件相关
资源下载
使用有root权限的用户执行 vim /etc/ssh/sshd_config,修改:code:`PermitRootLogin`的值为yes
vim /etc/ssh/sshd_config
PermitRootLogin yes
systemctl restart sshd