Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/f/do-sshuttle
Use DigitalOcean Droplet to Transparent Proxying via sshuttle
https://github.com/f/do-sshuttle
Last synced: about 2 months ago
JSON representation
Use DigitalOcean Droplet to Transparent Proxying via sshuttle
- Host: GitHub
- URL: https://github.com/f/do-sshuttle
- Owner: f
- License: other
- Created: 2016-11-06T09:18:33.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-06T09:40:32.000Z (about 8 years ago)
- Last Synced: 2024-10-12T13:11:00.358Z (2 months ago)
- Language: Shell
- Size: 1000 Bytes
- Stars: 66
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-digitalocean - do-sshuttle - Transparent Proxying via sshuttle to DigitalOcean Droplet. (Community OSS projects)
README
# DO-sshuttle
Transparent your Proxy your connection over your DigitalOcean Droplet.
## Installation
### 1. Install Requirements
```sh
# 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](https://cloud.digitalocean.com/settings/api/tokens)
### 3. Login via `doctl`
```sh
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.
```sh
$ ./do-sshuttle
do-shuttle v0.0.1
Fatih Kadir Akın
Transparent Proxying over DigitalOcean Droplets[ds] <--- Getting do-sshuttle-server Droplet information...
[ds] ---> Powering on do-sshuttle-server (root@) Droplet...
[ds] ---> Power-on Request sent...
[ds] ---> Allow server 10 seconds to boot...
[ds] ---> Proxying network via sshuttle...
client: Connected.
```## LICENSE
WTFPL.