Difference between revisions of "Server Hardening"

From Run Your Own
Jump to: navigation, search
(Linux)
 
Line 7: Line 7:
  
 
== Linux ==
 
== Linux ==
 
+
=== Comfy setup ==
 +
* Don't bload APT
 +
echo 'APT::Install-Recommends "false";' > /etc/apt/apt.conf.d/80norecommends
  
 
== FreeBSD ==
 
== FreeBSD ==

Latest revision as of 18:20, 16 December 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

= Comfy setup

  • Don't bload APT
echo 'APT::Install-Recommends "false";' > /etc/apt/apt.conf.d/80norecommends

FreeBSD

References