美文网首页liangzhici 技术整理
CentOS 7下限制ip访问(白名单)

CentOS 7下限制ip访问(白名单)

作者: liangzhici | 来源:发表于2019-12-19 15:01 被阅读0次

    vim /etc/hosts.allow

    sshd:192.168.31.109:allow //只允许192.168.31.109登录

    vim /etc/hosts.deny

    sshd:ALL //开启白名单,只允许192.168.31.109登录

    service sshd restart,重启sshd

    相关文章

      网友评论

        本文标题:CentOS 7下限制ip访问(白名单)

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