限制指定IP地址登陆
# vim /etc/hosts.allow最后一行加入:
`sshd:192.168.0.*:allow //指定网段可用星号模糊匹配,单个ip则配置精确地址`
# vim /etc/hosts.deny
2022-10-17