]> jfr.im git - irc/freenode/web-7.0.git/blame - content/news/2010-01-29-connecting-to-freenode-using-tor-sasl.md
Add blog post about services issues and password security
[irc/freenode/web-7.0.git] / content / news / 2010-01-29-connecting-to-freenode-using-tor-sasl.md
CommitLineData
c5293e15 1---
849bdd6f
SB
2author: Martinp23
3date: 2010-01-29 18:55:02+00:00
4slug: connecting-to-freenode-using-tor-sasl
eeb00e73 5title: Connecting to freenode using Tor: SASL
c5191f36
EK
6category: development
7category: freenode
8category: infrastructure
9category: technical
df8e5765 10imported: yes
849bdd6f 11---
849bdd6f
SB
12With our change of ircd to the all new [ircd-seven](http://www.freenode.net/seven.shtml), we are trialling a new method of allowing users to connect to the network via Tor. This method brings a number of changes:
13
14
15
16
17 * The only Tor hidden service is: the new [p4fsi4ockecnea7l.onion](irc://p4fsi4ockecnea7l.onion/).
18
19
20 * You will need to have a registered and verified NickServ account to connect using Tor. Beyond this, no further steps are necessary.
21
22
23 * You will need to use a SASL mechanism to identify to the server.
24
25
26We have collected together scripts for irssi and mirc, while Conspire supports SASL natively. Scripts may be available for other clients in addition.
27
28
29### irssi
30
31
32Download and install [this script](http://www.freenode.net/sasl/cap_sasl.pl) (cap_sasl.pl) and, after loading it, configure it using
33
34
35 /sasl set <network> <username> <password> <mechanism>
36
37
38Supported mechanisms are PLAIN and DH-BLOWFISH.
39
40
41### mirc
42
43
44A mirc script is available, taken from a [forum post](http://forum.swiftirc.net/viewtopic.php?f=34&t=23101) by Kyle Travaglini. You can retrieve the source [here](http://freenode.net/sasl/sasl-mirc.cpp).
34876803 45
849bdd6f
SB
46Instructions (adapted from that forum):
47
48
49
50
51 * Place [SASL.dll](http://www.freenode.net/sasl/SASL.dll) and [sasl.mrc](http://www.freenode.net/sasl/sasl.mrc) into your $mircdir.
52
53
54 * Load sasl.mrc into your remotes.
55
56
57 * Press F2 and configure the network, before connecting as usual.
58
59
60If you have any problems, either pop into #freenode from a non-torified connection or drop an email to support AT freenode.net.
34876803 61
849bdd6f 62This method of connecting to freenode using Tor supersedes all previous methods, including Tor-GPG. We hope that this method of connecting via Tor will help to make it somewhat more accessible to you!