Is the DenyHosts library supported in FatDog?
https://en.m.wikipedia.org/wiki/DenyHosts
For instance:
Code: Select all
/etc/hosts.deny
ALL:ALL
Code: Select all
/etc/hosts.allow
sshd: ALL : DENY
Would there be any technical reason that DenyHosts or an alternative library like Fail2Ban would have to be used exclusively on a server rather than a desktop client (i.e. not a web application)?
https://en.m.wikipedia.org/wiki/Fail2ban
Or what would be the right approach to protect a system against unwanted SSH connections?