From b21960b7bf80b992f80170de010679ffa11a1c96 Mon Sep 17 00:00:00 2001 From: Jack-Benny Persson Date: Sun, 28 Jul 2013 16:37:46 +0200 Subject: [PATCH] Indented hosts.deny example lines --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 50c219c..9835e34 100644 --- a/README.md +++ b/README.md @@ -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 hosts. The scripts will add this hosts to your /etc/hosts.deny file like this: -#BEGIN_SSHBLOCK -sshd : 192.168.0.1 -sshd : 10.0.0.3 -#END_SSHBLOCK + #BEGIN_SSHBLOCK + sshd : 192.168.0.1 + sshd : 10.0.0.3 + #END_SSHBLOCK I would recommend to backup your /etc/hosts.deny and your /etc/syslog.conf before making changes and running the script.