Server Hardening: Difference between revisions

From Run Your Own
Jump to navigation Jump to search
No edit summary
 
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 16: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