From 16541e279c0a7cc3f6ae1efea3c8d8a44a424cf1 Mon Sep 17 00:00:00 2001 From: Oxbian Date: Thu, 31 Aug 2023 14:58:35 +0200 Subject: Automatic secure server configuration script + readme --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..6541e40 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# Secure server +--- + +This repo contain a script that does basic security on a server. +The script add automatic security update, hardened ssh and add logwatch / rkhunter / clamav to check for virus/malware... + +This is the strict minimum to use for every server you owm, I also recommand to use a firewall and a vpn if you want to open some port to any some networks. + +**Attention, the script assume the current user has sudo access and is the user you want to access via SSH, if you want to access other users via SSH change the `AllowUsers` line in the `/etc/ssh/sshd_config.d/custom.conf` file.** + -- cgit v1.2.3