# Secure server --- This repo contain a script that does basic security on a server. The script add automatic security update, hardened ssh, firewall 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.**