sshuttle/scripts/README.md

14 lines
400 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
2024-01-07 11:51:27 +01:00
exec-sshuttle <node> [--copy-id] [--sshuttle-bin=/path/to/sshuttle] [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
```