diff options
author | Roger Dingledine <arma@torproject.org> | 2007-12-09 04:59:27 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-12-09 04:59:27 +0000 |
commit | 6dfd47467eb7628c1d87e0b9235880564b31d85c (patch) | |
tree | 658f3df9f080a3fd7048f82b8f74c3302b152d8e /doc/tor.1.in | |
parent | 9b162ef4302881de7c8da7712fedbdd6da9c95df (diff) | |
download | tor-6dfd47467eb7628c1d87e0b9235880564b31d85c.tar.gz tor-6dfd47467eb7628c1d87e0b9235880564b31d85c.zip |
Allow multiple HashedControlPassword config lines, to support
multiple controller passwords.
svn:r12732
Diffstat (limited to 'doc/tor.1.in')
-rw-r--r-- | doc/tor.1.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/tor.1.in b/doc/tor.1.in index fbf2ba27c7..5c4cb75fbd 100644 --- a/doc/tor.1.in +++ b/doc/tor.1.in @@ -159,7 +159,8 @@ socket. (Unix and Unix-like systems only.) Don't allow any connections on the control port except when the other process knows the password whose one-way hash is \fIhashed_password\fP. You can compute the hash of a password by running "tor --hash-password -\fIpassword\fP". +\fIpassword\fP". You can provide several acceptable passwords by using +more than HashedControlPassword line. .LP .TP \fBCookieAuthentication \fR\fB0\fR|\fB1\fP |