miroir de
https://github.com/PAPAMICA/Wiki-Tech.io.git
synchronisé 2025-03-06 12:30:58 +01:00
docs: update Réseaux/Tor
Cette révision appartient à :
Parent
5d14d8222a
révision
9ec494e497
1 fichiers modifiés avec 19 ajouts et 2 suppressions
|
@ -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</code></p
|
|||
<pre><code class="language-plaintext">ClientOnionAuthDir TorBrowser/Data/Tor/onion_auth</code></pre>
|
||||
<p style="text-align:justify;"><strong>Sur le serveur</strong> ajoutez ça à la fin de la section <code>### This section is just for location-hidden services ###</code></p>
|
||||
<pre><code class="language-plaintext">ClientOnionAuthDir /var/lib/tor/openssh/authorized_clients</code></pre>
|
||||
<p style="text-align:justify;">Sur le client ajoutez ça dans vote <code>/etc/tor/torrc</code> : </p>
|
||||
<p style="text-align:justify;"><strong>Sur le client </strong>ajoutez ça dans vote <code>/etc/tor/torrc</code> : </p>
|
||||
<pre><code class="language-plaintext">ClientOnionAuthDir /var/lib/tor/openssh/authorized_clients # toujours dans la même section</code></pre>
|
||||
<p style="text-align:justify;"><strong>Toujours sur le client</strong> on créé le répertoire qui va contenir notre clefs :</p>
|
||||
<pre><code class="language-plaintext"># 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</code></pre>
|
||||
<p style="text-align:justify;">Et on y écrit nos clefs !</p>
|
||||
<pre><code class="language-plaintext"># cat /var/lib/tor/authorized_clients
|
||||
|
||||
</code></pre>
|
||||
<p style="text-align:justify;"> </p>
|
||||
<p style="text-align:justify;"> </p>
|
||||
<p style="text-align:justify;"> </p>
|
||||
<p style="text-align:justify;"> </p>
|
||||
<p style="text-align:justify;"> </p>
|
||||
<p style="text-align:justify;"> </p>
|
||||
<p style="text-align:justify;"> </p>
|
||||
<p style="text-align:justify;"> </p>
|
||||
<p style="text-align:justify;"> </p>
|
||||
<p style="text-align:justify;"> </p>
|
||||
|
|
Chargement…
Ajouter une table
Référencer dans un nouveau ticket