16 lines
629 B
Markdown
16 lines
629 B
Markdown
#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
|