diff --git a/Réseaux/Tor.html b/Réseaux/Tor.html index 69a1bd1..f6952d0 100644 --- a/Réseaux/Tor.html +++ b/Réseaux/Tor.html @@ -2,7 +2,7 @@ title: Réseau - Tor description: Comprendre et utiliser le réseau Tor published: false -date: 2021-05-12T20:24:41.908Z +date: 2021-05-12T20:35:05.727Z tags: linux, tor, réseau editor: ckeditor dateCreated: 2021-05-11T19:26:41.152Z @@ -315,7 +315,24 @@ descriptor:x25519:HJN3IK5HZVZR7JXO343JTKFATO5JHCBTZ3PQWRZWOCJMP3KY6VSQ
ClientOnionAuthDir TorBrowser/Data/Tor/onion_auth
Sur le serveur ajoutez ça à la fin de la section ### This section is just for location-hidden services ###
ClientOnionAuthDir /var/lib/tor/openssh/authorized_clients
-Sur le client ajoutez ça dans vote /etc/tor/torrc
:
Sur le client ajoutez ça dans vote /etc/tor/torrc
:
ClientOnionAuthDir /var/lib/tor/openssh/authorized_clients # toujours dans la même section
+Toujours sur le client on créé le répertoire qui va contenir notre clefs :
+# mkdir /var/lib/tor/authorized_clients
+# chmod -R 700 /var/lib/tor/authorized_clients
+# chown -R _tor:_tor /var/lib/tor/authorized_clients
+# vim _tor:_tor /var/lib/tor/authorized_clients/user01.auth_private
+Et on y écrit nos clefs !
+# cat /var/lib/tor/authorized_clients
+
+
++
+
+
+
+
+