Kali开启SSH Zss 发表于:2019-05-27 1.vim /etc/ssh/sshd_config 设置允许root用户登录 #PermitRootLogin prohibit-password PermitRootLogin yes #PasswordAuthentication yes PasswordAuthentication yes 2.启动服务 /etc/init.d/ssh start 3.加入开启自启动 update-rc.d ssh enable