第一种:https://blog.csdn.net/w14768855/article/details/129174337,使用密码登录
Kali linux 默认未开启远程登录,需修改/etc/ssh下的sushi_config文件,在Authentication授权模块取消以下两行的注释:
PermitRootLogin prohibit-password
PubKeyAuthentication yes
此时可以通过其他ip远程登录kali
正文完
第一种:https://blog.csdn.net/w14768855/article/details/129174337,使用密码登录
Kali linux 默认未开启远程登录,需修改/etc/ssh下的sushi_config文件,在Authentication授权模块取消以下两行的注释:
PermitRootLogin prohibit-password
PubKeyAuthentication yes