Content-type: text/html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML><HEAD><TITLE>Man page of TOR</TITLE>
</HEAD><BODY>
<H1>TOR</H1>
Section: User Commands (1)<BR>Updated: August 2005<BR><A HREF="#index">Index</A>
<A HREF="../">Return to Main Contents</A><HR>
<A NAME="lbAB"> </A>
<H2>NAME</H2>
tor - The second-generation onion router
<A NAME="lbAC"> </A>
<H2>SYNOPSIS</H2>
<B>tor</B>
[<I>OPTION value</I>]...
<A NAME="lbAD"> </A>
<H2>DESCRIPTION</H2>
<I>tor</I>
is a connection-oriented anonymizing communication
service. Users choose a source-routed path through a set of nodes, and
negotiate a "virtual circuit" through the network, in which each node
knows its predecessor and successor, but no others. Traffic flowing down
the circuit is unwrapped by a symmetric key at each node, which reveals
the downstream node.
<P>
Basically <I>tor</I> provides a distributed network of servers ("onion
routers"). Users bounce their TCP streams -- web traffic, ftp, ssh, etc --
around the routers, and recipients, observers, and even the routers
themselves have difficulty tracking the source of the stream.
<A NAME="lbAE"> </A>
<H2>OPTIONS</H2>
<B>-h, -help</B>
Display a short help message and exit.
<P>
<DL COMPACT>
<DT><B>-f </B><I>FILE</I><DD>
FILE contains further "option value" pairs. (Default: @CONFDIR@/torrc)
</DL>
<P>
<DL COMPACT>
<DT>Other options can be specified either on the command-line (<I>--option<DD>