Difference between revisions of "Server Hardening"

From Run Your Own
Jump to: navigation, search
(Created page with "Some tips to limit surface attack, and other things to help mitigate obvious script kiddy crap. == General == == Linux == == BSD == Category: System")
 
Line 1: Line 1:
 
Some tips to limit surface attack, and other things to help mitigate obvious script kiddy crap.
 
Some tips to limit surface attack, and other things to help mitigate obvious script kiddy crap.
 +
 +
'''Note:''' This is a placeholder, we should run through the reference doc below and cherry-pick a couple of things.
  
 
== General ==
 
== General ==
Line 7: Line 9:
  
  
== BSD ==
+
== FreeBSD ==
  
 +
== References ==
 +
* https://www.debian.org/doc/manuals/securing-debian-howto/
 +
* https://github.com/trimstray/the-practical-linux-hardening-guide
 +
* https://fleximus.org/howto/secure-freebsd
 +
* http://bsdadventures.com/harden-freebsd
 +
* https://www.freebsd.org/doc/handbook/audit.html
  
 
[[Category: System]]
 
[[Category: System]]

Revision as of 12:31, 25 January 2019

Some tips to limit surface attack, and other things to help mitigate obvious script kiddy crap.

Note: This is a placeholder, we should run through the reference doc below and cherry-pick a couple of things.

General

Linux

FreeBSD

References