安装Kali镜像时,安装完成出现小白线的解决办法:
1.安装过程中不使用网络镜像network mirrors
2.安装grub时选择/dev/sda选项
设置kali远程ssh登陆:
修改 /etc/ssh/sshd_config
# Authentication:
LoginGraceTime 120
#PermitRootLogin without-password
PermitRootLogin yes
1.安装过程中不使用网络镜像network mirrors
2.安装grub时选择/dev/sda选项
设置kali远程ssh登陆:
修改 /etc/ssh/sshd_config
# Authentication:
LoginGraceTime 120
#PermitRootLogin without-password
PermitRootLogin yes
StrictModes yes