[tor-bugs] #3842 [Tor Client]: Missing signal/names option
Tor Bug Tracker & Wiki
torproject-admin at torproject.org
Sun Jan 22 20:52:56 UTC 2012
#3842: Missing signal/names option
-----------------------------+----------------------------------------------
Reporter: atagar | Owner:
Type: enhancement | Status: needs_review
Priority: minor | Milestone: Tor: 0.2.4.x-final
Component: Tor Client | Version:
Keywords: easy controller | Parent:
Points: | Actualpoints:
-----------------------------+----------------------------------------------
Comment(by atagar):
> How would I go about testing this? I don't really know how to use the
control port directly.
Simplest option is to use this as your torrc...
ControlPort 9051
Then run telnet, give it the 'AUTHENTICATE' command, and after that you
can give it controller options (in the following example 'GETINFO
version')...
{{{
atagar at morrigan:~/Desktop/stem$ telnet localhost 9051
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
AUTHENTICATE
250 OK
GETINFO version
250-version=0.2.1.30
250 OK
QUIT
250 closing connection
Connection closed by foreign host.
}}}
Thanks for the help, blackpaw! -Damian
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/3842#comment:10>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list