linux:serveur_msp
Ceci est une ancienne révision du document !
Table des matières
Securiser SSH
sshd_config
PermitRootLogin no AllowGroups adm PasswordAuthentication no
Généré Clef Privée avec passphrase
ssh-keygen -b 8192
Firewall UFW
apt install ufw ufw default deny incoming ufw default allow outgoing ufw allow SSH ufw allow "WWW Full" ufw enable ufw reload
Outils:
ufw status verbose ufw app list # ufw <allow|deny> from <cible> to <destination> port <port> ufw allow from 100.100.100.100 to any port 5789
Snapd
install
sudo apt update sudo apt install snapd sudo snap install core
check
snap list snap remove [snap_name]
NGINX
apt install nginx
Docker
linux/serveur_msp.1699691726.txt.gz · Dernière modification : 2023/11/11 09:35 de ptitfrap