From 48d7fc36634b7345dc3ed7a17d32baa13d00fe85 Mon Sep 17 00:00:00 2001 From: trimstray Date: Sat, 2 Mar 2019 11:05:30 +0100 Subject: [PATCH] minor updates - signed-off-by: trimstray --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ef461b8..b7eb6f4 100644 --- a/README.md +++ b/README.md @@ -112,11 +112,11 @@ On the other hand, these standards are complicated checklists (often for newbies Hardening is not a simple process. You must devote a lot of time. Here are general rules following common best practices: -- Never use root account for anything that does not require it -- Only `sudo` individual commands -- Never set a server to run as root (except for initialization time) and ensure that it exits all unnecessary privileges before accepting requests -- Ssecure your firewall the best you can and forbid all unnecessary access -- Do not install unnecessary or unstable software +- never use root account for anything that does not require it +- only `sudo` individual commands +- never set a server to run as root (except for initialization time) and ensure that it exits all unnecessary privileges before accepting requests +- secure your firewall the best you can and forbid all unnecessary access +- do not install unnecessary or unstable software ### Which Distribution Should be Used?