sshuttle/hack/README.md

14 lines
398 B
Markdown
Raw Normal View History

2024-01-02 05:16:22 +01:00
# 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...]
2024-01-02 05:16:22 +01:00
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
```