sshuttle — Easy Examples
Poor man's VPN: transparent proxy over SSH
Getting started with sshuttle
Installation and basic usage of sshuttle.
python
# Install: pip install sshuttle import sshuttle # Basic sshuttle usage print(f"Using sshuttle") # See documentation for detailed examples
Expected Output
# Expected output shown below # (Run locally with: sshuttle)
sshuttle is a third-party package. Poor man's VPN: transparent proxy over SSH. Install with: pip install sshuttle
Common sshuttle operations
Frequently used features of sshuttle.
python
# Install: pip install sshuttle import sshuttle # Common sshuttle patterns print(f"sshuttle version: {sshuttle.__version__}")
These are the most commonly used features of sshuttle in everyday development.
Want to try these examples interactively?
Open Easy Playground