Appearance
原因:kali系统默认禁止ssh通过root账户访问系统
解决方法:
(1)vim /etc/ssh/sshd_config
vim /etc/ssh/sshd_config
(2)在配置中添加允许:PermitRootLogin yes
PermitRootLogin yes