mirror of
https://github.com/sshuttle/sshuttle.git
synced 2025-02-18 03:11:36 +01:00
14 lines
398 B
Markdown
14 lines
398 B
Markdown
# Container based test bed for sshuttle
|
|
|
|
```bash
|
|
test-bed up -d # start containers
|
|
|
|
exec-sshuttle <node> [--copy-id] [--shuttle-bin=/path/to/sshttle] [sshuttle-args...]
|
|
|
|
exec-sshuttle node-1 # start sshuttle to connect to node-1
|
|
|
|
exec-tool curl node-1 # curl to nginx instance running on node1 via IP that is only reachable via sshuttle
|
|
exec-tool iperf3 node-1 # measure throughput to node-1
|
|
|
|
```
|