mirror of
https://github.com/sshuttle/sshuttle.git
synced 2025-05-02 07:04:41 +02:00
**Motivation:** In a specific use case, we use sshuttle to provide access to private networks from multiple sites to a specific host. The sites may contain networks that overlap each other, so each site is accessed inside a different namespace that provides process-level network isolation and prevents network overlap. **Objective:** This commit just adds a convenient way of spawning multiple sshuttle instances inside different namespaces from a single process, by passing the namespace's name though the variable --namespace. The result is the same as calling `ip netns exec $NAMESPACE sshuttle ...` |
||
---|---|---|
.. | ||
test_firewall.py | ||
test_helpers.py | ||
test_methods_nat.py | ||
test_methods_pf.py | ||
test_methods_tproxy.py | ||
test_options.py | ||
test_sdnotify.py |