All Projects → f → do-sshuttle

f / do-sshuttle

Licence: other
Use DigitalOcean Droplet to Transparent Proxying via sshuttle

Programming Languages

shell
77523 projects

DO-sshuttle

Transparent your Proxy your connection over your DigitalOcean Droplet.

Installation

1. Install Requirements

# Install DigitalOcean CLI Tool
brew install doctl

# Install sshuttle
brew install sshuttle

2. Generate DigitalOcean API Key

Generate a key from https://cloud.digitalocean.com/settings/api/tokens

3. Login via doctl

doctl auth login
# Enter your API key you generated.

4. Create a Droplet called do-sshuttle-server

Create a Droplet on your DigitalOcean account. Name it do-sshuttle-server.

5. Start Proxying.

$ ./do-sshuttle
do-shuttle v0.0.1
Fatih Kadir Akın <[email protected]>
Transparent Proxying over DigitalOcean Droplets

[ds] <--- Getting do-sshuttle-server Droplet information...
[ds] ---> Powering on do-sshuttle-server (root@<IP ADDRESS>) Droplet...
[ds] ---> Power-on Request sent...
[ds] ---> Allow server 10 seconds to boot...
[ds] ---> Proxying network via sshuttle...
client: Connected.

LICENSE

WTFPL.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].