1.修改root密码
sudo passwd root
2.开启root用户登录
vi /etc/ssh/sshd_config
开启 PermitRootLogin yes
3.重启ssh
systemctl start sshd.service
© 版权声明
文章版权归作者所有,转载请预留文章地址。s.wbsun.net
THE END
1.修改root密码
sudo passwd root
2.开启root用户登录
vi /etc/ssh/sshd_config
开启 PermitRootLogin yes
3.重启ssh
systemctl start sshd.service
暂无评论内容