美文网首页
设置root用ssh登入

设置root用ssh登入

作者: 疯帮主 | 来源:发表于2017-11-24 11:47 被阅读0次
    vim /etc/ssh/sshd_config
    #修改下面选项,最好复制再修改,yy复制一行,p粘贴到下一行
    # 允许root登入
    # PermitRootLogin prohibit-password
    PermitRootLogin yes
    # 密码验证
    #PasswordAuthentication yes
    PasswordAuthentication yes
    # 重启ssh
    service ssh restart
    

    最好不用root直接登入,新建一个用户,再su到root

    相关文章

      网友评论

          本文标题:设置root用ssh登入

          本文链接:https://www.haomeiwen.com/subject/rhixbxtx.html