1.编辑 /etc/ssh/sshd_config文件: sudo vi /etc/ssh/sshd_config
将PermitRootLogin 的值改成 yes
将PermitEmptyPassword 的值改成 no
保存退出
2.重启ssh:
sudo service ssh restart
3.即可在WinSCP用root用户登陆
from:https://blog.csdn.net/u014453898/article/details/62043339
1.编辑 /etc/ssh/sshd_config文件: sudo vi /etc/ssh/sshd_config
将PermitRootLogin 的值改成 yes
将PermitEmptyPassword 的值改成 no
保存退出
2.重启ssh:
sudo service ssh restart
3.即可在WinSCP用root用户登陆
from:https://blog.csdn.net/u014453898/article/details/62043339