kali中ssh配置

  1. 查看ssh服务状态

    /etc/init.d/ssh status

  2. 修改配置文件

    vim /etc/ssh/sshd_config

    #PermitRootLogin prohibit-password -->
    PermitRootLogin yes
    
    #PasswordAuthentication yes -->
    PasswordAuthentication yes
    
    #PubkeyAuthentication yes -->
    PubkeyAuthentication yes
    
  3. 启动ssh服务

    /etc/init.d/ssh restart

  4. 开机自启动

    update-rc.d ssh enable

posted @ 2021-12-25 11:57  Kenny_LZK  阅读(96)  评论(0编辑  收藏  举报