The Wayback Machine - https://web.archive.org/web/20200911095608/https://github.com/ashenm/tunneller
Skip to content
latest
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

README.adoc

Tunneller

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

About

A Minimalist SOCKS Server

Topics

Resources

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.