Konfiguracja serwera VPS Debian 11 z ovh (de) LEMP, SMTP, SSH, UFW, FAIL2BAN.
Utwórz i dodaj w panelu ovh klucz ssh a następnie przeinstaluj server vps z kluczem ssh.
ssh-keygen -t ed25519
sudo apt install git
git clone https://github.com/atomjoy/vps-debian.git
# Rekord A dla domeny
example.com
www.example.com
# Rekord A dla subdomeny fqdn
hello.example.com
www.hello.example.com
# Rekord SPF TXT
v=spf1 a mx ip4:1.2.3.4 include:mx.ovh.com -all
# Vps IP revers dns
hello.example.com
Uruchom wszystkie skrypty jako użytkownik root.
su root
Zmień parametry przed uruchomieniem.
sudo bash run.sh
Zmień parametry przed uruchomieniem.
# Dla domeny
sudo bash ssl.sh
sudo bash vhost.sh
# Dla subdomeny
sudo bash ssl-hello.sh
sudo bash vhost-hello.sh
sudo bash sudo-remove.sh
sudo bash sudo-add.sh