Displaying 2 results from an estimated 2 matches for "hackman".
Did you mean:
backman
2009 Feb 19
2
error bars
...rs associated with those
averages (calculated in excel). I plotted the 95 averages using r and I am
wondering if it is possible to plot the second column of standard errors
while applying error bars to each value so they represent the error
corresponding to each average?
thanks,
Nicole
--
Nicole Hackman
Master of Science Student
University of Washington
College of Forest Resources
Box 352100
nh8@u.washington.edu
[[alternative HTML version deleted]]
2011 Apr 04
6
sshd: Authentication Failures: 137 Time(s)
Hi,
to prevent scripted dictionary attacks to sshd
I applied those iptables rules:
-A INPUT -p tcp -m state --state NEW -m tcp --dport 22 -m recent
--update --seconds 60 --hitcount 4 --name SSH --rsource -j DROP
-A INPUT -p tcp -m state --state NEW -m tcp --dport 22 -m recent --set
--name SSH --rsource
And this is part of logwatch:
sshd:
Authentication Failures:
unknown