Skip to content

Commit

Permalink
adds more content
Browse files Browse the repository at this point in the history
  • Loading branch information
Amrita42 committed Jul 14, 2023
1 parent 3d7b4fe commit 33ad3e3
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion xml/security_ssh.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1822,5 +1822,13 @@ cd path Change remote directory to 'path'
<para><emphasis>Fail2Ban</emphasis>comes with filters for various services, such as Apache,SSH,Courier etc.
You can use <emphasis>Fail2Ban</emphasis> to minimize the rate of incorrect authentications attempts.</para>
</sect2>
</sect1>
<sect2 xml:id="sec-security-ssh-fail2ban-use">
<title>Using <emphasis>Fail2Ban</emphasis> to stop a SSH brute force attack</title>
<para>You can use install and configure<emphasis>Fail2Ban</emphasis>to protect
the remote server against SSH brute force attacks. <emphasis>Fail2Ban</emphasis>
works on authentication log files and by default it scans files such as <filename>/var/log/auth.log</filename>,
<filename>/var/log/apache/access.log</filename>, etc.
</para>
</sect2>
</sect1>
</chapter>

0 comments on commit 33ad3e3

Please sign in to comment.