Ho installato correttamente TOR e ho fatto le varie modifiche nel file di configurazione :
forward-socks4a / localhost:9050 .
sudo nano /etc/privoxy/config
Go to line 573 (approx) and comment the line like so:
# debug 1 # show each GET/POST/CONNECT request
debug 4096 # Startup banner and warnings
debug 8192 # Errors - *we highly recommended enabling this*
*************************************
Ma quando provo a fare un ssh over tor questo è il risultato .. idee ?
ssh -l enrico -2 localhost -o ProxyCommand="/usr/bin/connect -4 -S localhost:9050 %h %p"
ERROR: Got error response: 91: 'request rejected or failed'.
FATAL: failed to begin relaying via SOCKS.
ssh_exchange_identification: Connection closed by remote host
grazie![]()

Rispondi quotando