Outils pour utilisateurs

Outils du site


linux:serveur_msp

Ceci est une ancienne révision du document !


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
linux/serveur_msp.1699691012.txt.gz · Dernière modification : 2023/11/11 09:23 de ptitfrap