DenyHosts is a utility to help sys admins thwart ssh hackers
DenyHosts is a python program that automatically blocks ssh attacks by adding entries to /etc/hosts.deny. DenyHosts will also inform Linux administrators about offending hosts, attacked users and suspicious logins.
DenyHosts is a python program that automatically blocks ssh attacks by adding entries to /etc/hosts.deny. DenyHosts will also inform Linux administrators about offending hosts, attacked users and suspicious logins.
To install denyhosts, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install denyhosts
To see what files were installed by denyhosts, run:
port contents denyhosts
To later upgrade denyhosts, run:
sudo port selfupdate && sudo port upgrade denyhosts
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.