diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
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.** + |