From 9ec494e49794ac822bcb9edd6b5334b1a860a1cf Mon Sep 17 00:00:00 2001
From: Arnold Levy
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
+
+
++
+
+
+
+
+