Denyhosts on fedora 19
For whatever reason I had one hell of a time getting denyhosts setup on fedora. Come to find out there is one big reason for this, chkconfig has been replaced with systemctl.
It’s simple to setup and install once you know that all you need to do is 2 simple commands:
sudo yum install denyhosts
sudo systemctl enable denyhosts.service
You can always edit the /etc/denyhosts.conf to make any changes but the default does most of what you want.
And since this is new to me here is the low-down on systemctl
You may also like
Denyhosts on CentOS
October 18, 2016
Ubuntu SNMP config for Zabbix and Checkpoint
February 4, 2016
Build bitcoind from source Fedora 22
October 30, 2015
1 comment
Archives
Calendar
| M | T | W | T | F | S | S |
|---|---|---|---|---|---|---|
| 1 | ||||||
| 2 | 3 | 4 | 5 | 6 | 7 | 8 |
| 9 | 10 | 11 | 12 | 13 | 14 | 15 |
| 16 | 17 | 18 | 19 | 20 | 21 | 22 |
| 23 | 24 | 25 | 26 | 27 | 28 | 29 |
| 30 | 31 | |||||
Leave a Reply