Tunneller
A SOCKS Server
Table of Contents
USAGE
Using scripts/run.sh
Basic Usage
./run.sh <PATH TO PRIVATE KEY> <TUNNELLER HOSTNAME>Additional Options
./run.sh [OPTIONS] <PATH TO PRIVATE KEY> <TUNNELLER HOSTNAME>
Options:
--dev Run in development mode.
Run Tunneller locally and spawns a session against it
-f --forward Specify [ADDRESS:]PORT for local dynamic
application-level port forwarding (default 'localhost:5050')
--help Print usage
-p --port Specify endpoint port to connect (defaut '2222')
-u --user Specify the user to log in as (default 'alpine')Using a SSH Client
Alternately, a SSH client can be used to spawn a session. For instance, with OpenSSH to bound local port 8080 using private key ~/.ssh/id_dsa for authentication
ssh -N -D 8080 -i ~/.ssh/id_dsa -l alpine -p 2222 example.org|
|
The use of flag N is important since the unprivileged user loggings are disabled
|

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.
