Notes/2025-12-19.md
2025-12-20 16:55:03 +01:00

629 B

#TODAY

penser à quoi mettrre dans grabber from le cours d'hier réseaux
routeur a 2 cartes réseaux: pour internet vers l'exterieur et puis pour le réseau internet interne à la maison

##Continuation serveur DNS IP STATIC FAIT
NGINX INSTALLÉ, configuration d'un site minimaliste, création d'un site, /var/www/tenzing.tech (l'index) /etc/nginx/ sites-available sites-enabled (configs)
/etc/resolv.conf -> nameserver dns

##SSH ssh-keygen -t ecdsa -C "mail.com" créer un clé publique
ssh-copy-id : copy key to the other computer

PasswordAuthentification /etc/ssh/sshd_config systemctl restart sshd.service