Very stable distribution, with no problems ever.
bright@merlin:~$ uptime
17:48:30 up 28 days, 21:13, 7 users, load averages: 1.48, 1.45, 1.59
Very stable distribution, with no problems ever.
bright@merlin:~$ uptime
17:48:30 up 28 days, 21:13, 7 users, load averages: 1.48, 1.45, 1.59
#Limit the number of connections via SSH a 1 in 30 seconds, what prevents brute force password
iptables -A INPUT -p tcp -m state --state NEW -m tcp --dport 22 -m recent --update --seconds 30 --name SSHT --rsource -j DROP
iptables -A INPUT -p tcp -m state --state NEW -m tcp --dport 22 -m recent --set --name SSHT --rsource -j ACCEPT
The Linux Foundation is a non-profit consortium dedicated to the growth of Linux.
Join / Linux Training / Board