Skip to content

启用 root

shell
vim  /etc/ssh/sshd_config

#  下面这行设置为yes
PermitRootLogin yes
# 重启 ssh
systemctl restart ssh
# 把 kali  用户添加到 sudo 用户组
usermod -a -G sudo kali