[tor-talk] Controller password - ARM

Damian Johnson atagar1 at gmail.com
Wed Apr 25 16:26:07 UTC 2012


> My question is how do I get around this running just Tor with ARM on a
> terminal only server..

Hi Eric. Arm should only be prompting you for a password if tor is
requiring it to authenticate. Couple questions...

* Do you have a 'HashedControlPassword' in your torrc? If so then
that's why. If not then are you sure that tor is using the torrc that
you think that it is? You can try starting tor via "tor -f
/path/to/my/torrc" to be sure.

* If you're sure that you don't have a password set then you can dig
deeper by running telnet, then typing "PROTOCOLINFO"...

atagar at morrigan:~$ telnet localhost 9051
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
PROTOCOLINFO
250-PROTOCOLINFO 1
250-AUTH METHODS=NULL
250-VERSION Tor="0.2.1.30"
250 OK
QUIT
250 closing connection
Connection closed by foreign host.

The important bit is the "AUTH METHODS". That will have 'NONE',
'COOKIE', 'SAFECOOKIE', and/or 'HASHEDPASSWORD'.

If it just has 'HASHEDPASSWORD' then that's your issue - tor has been
configured to require password authentication. If it has multiple then
arm will attempt the others first then fall back to the password. Let
me know if this is the case since it's a little curious that it isn't
working automagically.

Cheers! -Damian


More information about the tor-talk mailing list