Changes between Version 13 and Version 14 of PuffinServer
- Timestamp:
- 01/19/13 13:54:52 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PuffinServer
v13 v14 28 28 barracuda up-stable 29 29 octopus up-stable all 30 }}} 31 32 === CSF / LDF === 33 34 BOA installs [http://configserver.com/cp/csf.html CSF / LDF] and automatically blocks IP addresses after too many failed SSH login attempts, if someone is blocked who shouldn't be then they can be unblocked like this: 35 36 {{{ 37 csf -dr 12.34.56.78 38 }}} 39 40 To check if a IP address is blocked: 41 42 {{{ 43 csf -g 12.34.56.78 30 44 }}} 31 45