hosts.deny不生效问题
作者:互联网
安全加固将openssh和ssl进行了统一升级,存在公网映射的服务器进行ssh黑名单过滤,打算使用[denyhosts](http://denyhosts.sourceforge.net/)进行封锁,实测该功能未生效。
### 当前ssh版本
```
# ssh -V
OpenSSH_8.6p1, OpenSSL 1.1.1k 25 Mar 2021
```
查看openssh官网发现,在OpenSSH 6.6已不再支持tcpwrappers/libwrap
> http://www.openssh.com/releasenotes.html
```
Changes since OpenSSH 6.6
=========================
...
* sshd(8): Support for tcpwrappers/libwrap has been removed.
```
可考虑通过防火墙进行封锁,封锁ip可以从以下地址获取:
> http://antivirus.neu.edu.cn/scan/ssh.php
标签:封锁,deny,http,OpenSSH,openssh,6.6,hosts,ssh,生效 来源: https://blog.51cto.com/hunt1574/2895782