diff options
author | Oxbian <got.dacs@slmail.me> | 2023-08-31 14:58:35 +0200 |
---|---|---|
committer | Oxbian <got.dacs@slmail.me> | 2023-08-31 14:58:35 +0200 |
commit | 16541e279c0a7cc3f6ae1efea3c8d8a44a424cf1 (patch) | |
tree | 4d4ae7cce61480541728578b56d329620c1d5fa1 /README.md | |
download | secure-server.sh-16541e279c0a7cc3f6ae1efea3c8d8a44a424cf1.tar.gz secure-server.sh-16541e279c0a7cc3f6ae1efea3c8d8a44a424cf1.zip |
Automatic secure server configuration script + readme
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.** + |