Difference between revisions of "XMission Control Panel/Server Tab/Recommended Installs"

From XMission Wiki
Jump to: navigation, search
(Created page with "=Recommended Installs for your Unmanaged Cloud Server= ==Fail2Ban== Fail2Ban is a phython written access prevention tool designed to stop connections to your server after a s...")
 
(Fail2Ban)
Line 2: Line 2:
  
 
==Fail2Ban==
 
==Fail2Ban==
Fail2Ban is a phython written access prevention tool designed to stop connections to your server after a specified amount of connection attempts. Using iptables, it stops unauthorized SSH, FTP, etc.. attempts from brute-forcing your server.
+
Fail2Ban is a python written access prevention tool designed to stop connections to your server after a specified amount of connection attempts. Using iptables, it stops unauthorized SSH, FTP, etc.. attempts from brute-forcing your server.
  
 
===Installation===
 
===Installation===

Revision as of 17:46, 13 April 2016

Recommended Installs for your Unmanaged Cloud Server

Fail2Ban

Fail2Ban is a python written access prevention tool designed to stop connections to your server after a specified amount of connection attempts. Using iptables, it stops unauthorized SSH, FTP, etc.. attempts from brute-forcing your server.

Installation

sudo apt-get update
sudo apt-get install fail2ban

or

sudo yum update
sudo yum install fail2ban

Configuration

cd /etc/fail2ban
sudo vim jail.conf