Indented hosts.deny example lines

This commit is contained in:
Jack-Benny Persson 2013-07-28 16:37:46 +02:00
parent 191a0f0498
commit b21960b7bf

View File

@ -53,10 +53,10 @@ auth.info /var/log/authlog
Now you can run the script (as root) and it will block IP numbers of probing Now you can run the script (as root) and it will block IP numbers of probing
hosts. The scripts will add this hosts to your /etc/hosts.deny file like this: hosts. The scripts will add this hosts to your /etc/hosts.deny file like this:
#BEGIN_SSHBLOCK #BEGIN_SSHBLOCK
sshd : 192.168.0.1 sshd : 192.168.0.1
sshd : 10.0.0.3 sshd : 10.0.0.3
#END_SSHBLOCK #END_SSHBLOCK
I would recommend to backup your /etc/hosts.deny and your /etc/syslog.conf I would recommend to backup your /etc/hosts.deny and your /etc/syslog.conf
before making changes and running the script. before making changes and running the script.